This commit is contained in:
Fern Garden 2025-07-01 17:30:05 +08:00
parent d4dd9806b4
commit fc40d136e4
35 changed files with 698 additions and 681 deletions

View file

@ -1,7 +1,10 @@
name: grocy
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
volumes:
- grocy_config:/config
environment:
- PUID=1000
- PGID=1000
@ -10,13 +13,11 @@ services:
- GROCY_FEATURE_FLAG_SHOPPINGLIST=false
- GROCY_FEATURE_FLAG_STOCK=false
- GROCY_CURRENCY=AUD
ports:
- '9192:80'
networks:
- default
- proxy
ports:
- 9192:80
volumes:
- grocy_config:/config
restart: unless-stopped
labels:
caddy: grocy.ferngarden.net