Add network for homeassistant
This commit is contained in:
@@ -2,8 +2,13 @@ services:
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
image: docker.io/homeassistant/home-assistant:2025.7.1
|
image: docker.io/homeassistant/home-assistant:2025.7.1
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
network_mode: host
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/homeassistant/config:/config
|
- ${APPDATA_PATH}/homeassistant/config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
networks:
|
||||||
|
- frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
frontend:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user