Add network for homeassistant

This commit is contained in:
2025-07-09 13:49:13 +05:30
parent f69344b79b
commit bb62603e99

View File

@@ -2,8 +2,13 @@ services:
homeassistant:
image: docker.io/homeassistant/home-assistant:2025.7.1
container_name: homeassistant
network_mode: host
volumes:
- ${APPDATA_PATH}/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true