coolify/templates/compose/grocy.yaml

21 lines
554 B
YAML
Raw Normal View History

# documentation: https://github.com/grocy/grocy
2024-02-20 15:07:12 +01:00
# slogan: Grocy is a web-based household management and grocery list application.
2023-10-25 15:44:34 +02:00
# tags: groceries, household, management, grocery, shopping
2024-02-20 15:07:12 +01:00
# logo: svgs/grocy.svg
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
environment:
- SERVICE_FQDN_GROCY
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- grocy-config:/config
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15