services: << service_name >>: image: evcc/evcc:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/root/.evcc ports: - "<< port >>:7070" network_mode: host restart: unless-stopped