lasthourcloud/templates/compose/babybuddy.yaml

22 lines
628 B
YAML
Raw Normal View History

2023-10-19 08:51:03 +00:00
# documentation: https://docs.baby-buddy.net
# slogan: It helps parents track their baby's daily activities, growth, and health with ease.
2023-10-24 10:33:49 +00:00
# tags: baby, parents, health, growth, activities
2024-02-20 14:07:12 +00:00
# logo: svgs/babybuddy.png
2023-10-19 08:51:03 +00:00
services:
babybuddy:
image: lscr.io/linuxserver/babybuddy:latest
environment:
- SERVICE_FQDN_BABYBUDDY
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- CSRF_TRUSTED_ORIGINS=$SERVICE_FQDN_BABYBUDDY
volumes:
- babybuddy-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 2s
timeout: 10s
retries: 15