Caring for a newborn involves a lot of moving parts, but this intuitive tracking tool helps caregivers manage it all with ease. By logging daily activities, you can learn about and predict your baby's needs without the usual guesswork. Whether you are a parent, nanny, or family member, staying on the same page has never been simpler.
Key Features:
With a shared dashboard, multiple caregivers can access real-time updates, ensuring everyone provides consistent care. Stop relying on memory and start using a reliable system to keep your baby happy and healthy.
services:
babybuddy:
image: linuxserver/babybuddy:latest
restart: unless-stopped
ports:
- 8000:8000
volumes:
- ./data:/app/data
environment:
- CSRF_TRUSTED_ORIGINS=http://localhost:8000,http://127.0.0.1:8000
- DEBUG=False
- TIME_ZONE=UTC
- SECRET_KEY=${SECRET_KEY}SECRET_KEY=change_me_to_a_long_random_string_for_securityAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago