added memos and removed grocy
This commit is contained in:
@@ -52,9 +52,6 @@
|
||||
- title: GoToSocial
|
||||
url: https://social.novemila.org
|
||||
icon: si:mastodon
|
||||
- title: Grocy
|
||||
url: https://grocy.novemila.org
|
||||
icon: si:grocy
|
||||
- title: Immich
|
||||
url: https://photo.novemila.org
|
||||
icon: si:immich
|
||||
@@ -64,6 +61,9 @@
|
||||
- title: Mailcow
|
||||
url: https://mail.novemila.org/
|
||||
icon: si:maildotru
|
||||
- title: Memos
|
||||
url: https://memos.novemila.org/
|
||||
icon: si:todoist
|
||||
- title: Mollysocket
|
||||
url: https://molly.novemila.org
|
||||
icon: si:signal
|
||||
|
||||
@@ -204,12 +204,12 @@ https://ai.novemila.org {
|
||||
reverse_proxy localhost:3022
|
||||
}
|
||||
|
||||
# GROCY
|
||||
# MEMOS
|
||||
|
||||
https://grocy.novemila.org {
|
||||
https://memos.novemila.org {
|
||||
import common
|
||||
encode gzip zstd
|
||||
reverse_proxy localhost:3023
|
||||
reverse_proxy localhost:3024
|
||||
}
|
||||
|
||||
# MOLLY
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
services:
|
||||
grocy:
|
||||
image: lscr.io/linuxserver/grocy:latest
|
||||
container_name: grocy
|
||||
mem_limit: 100m
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 3023:80
|
||||
restart: unless-stopped
|
||||
@@ -1,10 +1,13 @@
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:stable
|
||||
mem_limit: 100m
|
||||
container_name: memos
|
||||
restart: unless-stopped
|
||||
mem_limit: 1g
|
||||
volumes:
|
||||
- .memos/:/var/opt/memos
|
||||
- ./memos:/var/opt/memos
|
||||
ports:
|
||||
- 127.0.0.1:3009:5230
|
||||
- 127.0.0.1:3024:5230
|
||||
environment:
|
||||
- MEMOS_MODE=prod
|
||||
- MEMOS_DATA=/var/opt/memos
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user