services: << service_name >>: image: lscr.io/linuxserver/babybuddy:latest container_name: << service_name >> ports: - "<< port >>:8000" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> - SECRET_KEY=<< secret_key >> - ALLOWED_HOSTS=<< allowed_hosts >> - CSRF_TRUSTED_ORIGINS=http://<< allowed_hosts >> volumes: - << appdata_dir >>/<< service_name >>:/config restart: unless-stopped