coolify/templates/compose/budge.yaml
2024-02-21 14:30:32 +01:00

20 lines
502 B
YAML

# documentation: https://github.com/linuxserver/budge
# slogan: Budge is a budgeting personal finance app.
# tags: personal finance, budgeting, expense tracking
services:
budge:
image: lscr.io/linuxserver/budge:latest
environment:
- SERVICE_FQDN_BUDGE
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- budge-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 2s
timeout: 10s
retries: 15