mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
dclint
This commit is contained in:
parent
d4dd9806b4
commit
fc40d136e4
35 changed files with 698 additions and 681 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue