services: << service_name >>: image: ghcr.io/element-hq/synapse:latest container_name: << service_name >> environment: - TZ=<< timezone >> - SYNAPSE_SERVER_NAME=<< server_name >> - SYNAPSE_REPORT_STATS=no volumes: - << appdata_dir >>/<< service_name >>:/data ports: - "<< port >>:8008" restart: unless-stopped