added grocy
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
- 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
|
||||
|
||||
@@ -204,6 +204,14 @@ https://ai.novemila.org {
|
||||
reverse_proxy localhost:3022
|
||||
}
|
||||
|
||||
# GROCY
|
||||
|
||||
https://grocy.novemila.org {
|
||||
import common
|
||||
encode gzip zstd
|
||||
reverse_proxy localhost:3023
|
||||
}
|
||||
|
||||
# MOLLY
|
||||
|
||||
https://molly.novemila.org {
|
||||
|
||||
14
grocy/docker-compose.yml
Normal file
14
grocy/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user