services: << service_name >>: image: domoticz/domoticz:stable container_name: << service_name >> environment: - TZ=<< timezone >> - WWW_PORT=8080 - SSL_PORT=6144 volumes: - << appdata_dir >>/<< service_name >>:/opt/domoticz/userdata ports: - "<< port >>:8080" - "<< port_ssl >>:6144" restart: unless-stopped