coolify/templates/compose/budge.yaml

20 lines
493 B
YAML
Raw Normal View History

# documentation: https://github.com/linuxserver/budge
# slogan: 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:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15