2023-10-19 08:51:03 +00:00
|
|
|
# documentation: https://docs.baby-buddy.net
|
2024-04-17 13:48:14 +00:00
|
|
|
# slogan: It helps parents track their baby's daily activities, growth, and health with ease.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: productivity
|
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:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_BABYBUDDY
|
2023-10-19 08:51:03 +00:00
|
|
|
- PUID=1000
|
|
|
|
|
- PGID=1000
|
|
|
|
|
- TZ=Europe/Madrid
|
2025-08-10 08:10:22 +00:00
|
|
|
- CSRF_TRUSTED_ORIGINS=$SERVICE_URL_BABYBUDDY
|
2023-10-19 08:51:03 +00:00
|
|
|
volumes:
|
|
|
|
|
- babybuddy-config:/config
|
|
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:8000"]
|
2023-10-19 08:51:03 +00:00
|
|
|
interval: 2s
|
|
|
|
|
timeout: 10s
|
|
|
|
|
retries: 15
|