2023-10-25 20:22:20 +00:00
|
|
|
# documentation: https://github.com/linuxserver/budge
|
2024-04-17 13:48:14 +00:00
|
|
|
# slogan: A budgeting personal finance app.
|
2023-10-25 20:22:20 +00:00
|
|
|
# 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 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
2023-10-25 20:22:20 +00:00
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|