coolify/templates/compose/babybuddy.yaml
2024-05-17 10:11:55 +02:00

22 lines
628 B
YAML

# documentation: https://docs.baby-buddy.net
# slogan: It helps parents track their baby's daily activities, growth, and health with ease.
# tags: baby, parents, health, growth, activities
# logo: svgs/babybuddy.png
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://127.0.0.1:8000"]
interval: 2s
timeout: 10s
retries: 15