services: << service_name >>: image: ghcr.io/home-assistant-libs/python-matter-server:stable container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/data ports: - "<< port >>:5580" network_mode: host restart: unless-stopped