Add ports for homeassistant

This commit is contained in:
2025-07-09 13:50:02 +05:30
parent bb62603e99
commit 42dce450b9

View File

@@ -5,6 +5,8 @@ services:
volumes: volumes:
- ${APPDATA_PATH}/homeassistant/config:/config - ${APPDATA_PATH}/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports:
- ${PORT}:8123
networks: networks:
- frontend - frontend
restart: unless-stopped restart: unless-stopped