services: homeassistant: image: docker.io/homeassistant/home-assistant:2025.7.1 container_name: homeassistant volumes: - ${APPDATA_PATH}/homeassistant/config:/config - /etc/localtime:/etc/localtime:ro ports: - ${PORT}:8123 networks: - frontend restart: unless-stopped networks: frontend: external: true