services: << service_name >>: image: golift/notifiarr:latest container_name: << service_name >> environment: - TZ=<< timezone >> - DN_API_KEY=<< notifiarr_apikey >> volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:5454" restart: unless-stopped