services: << service_name >>: image: saiyato/snapserver:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/etc/snapserver ports: - "<< port >>:1704" - "<< port_control >>:1705" - "<< port_web >>:1780" restart: unless-stopped