services: << service_name >>: image: alexxit/go2rtc:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:1984" - "<< port_rtsp >>:8554" - "<< port_webrtc >>:8555" - "<< port_webrtc >>:8555/udp" restart: unless-stopped