Added a grocy compose file

This commit is contained in:
2025-12-05 13:34:03 -05:00
parent 0677ddedee
commit 30e966bf74

18
grocy/compose.yml Normal file
View File

@@ -0,0 +1,18 @@
---
# volumes:
# grocy.vol:
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
environment:
- PUID=$(id -u $USER)
- PGID=$(id -u $USER)
- TZ=Etc/UTC
volumes:
# - grocy.vol:/data
- ~/.config/grocy:/config
- /etc/timezone:/etc/timezone:ro
ports:
- 9283:9283
restart: unless-stopped