mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Update compose
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
ha:
|
||||
|
||||
volumes:
|
||||
mosquitto_data: {}
|
||||
mosquitto_log: {}
|
||||
@@ -17,6 +20,8 @@ services:
|
||||
- "1883:1883"
|
||||
- "9001:9001"
|
||||
restart: always
|
||||
networks:
|
||||
- ha
|
||||
|
||||
homeassistant:
|
||||
container_name: home-assistant
|
||||
@@ -30,6 +35,8 @@ services:
|
||||
- TZ=Europe/Sofia
|
||||
restart: always
|
||||
network_mode: host
|
||||
networks:
|
||||
- ha
|
||||
depends_on:
|
||||
- mosquitto
|
||||
|
||||
@@ -37,13 +44,14 @@ services:
|
||||
container_name: appdaemon
|
||||
image: acockburn/appdaemon:latest
|
||||
environment:
|
||||
- HA_URL="http://homeassistant:8123/"
|
||||
- HA_URL="http://homeassistant:8123"
|
||||
- TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhZGUyYTRkNjQ1MGU0ZmViYjcwZjg3ODQwMDM2YmEzYiIsImlhdCI6MTU4OTE0MjAzMSwiZXhwIjoxOTA0NTAyMDMxfQ.m5o3_AalDcmeA7lw-kKM4PM3VTuOrggbRlX_actp_do"
|
||||
- DASH_URL="http://$HOSTNAME:5050"
|
||||
ports:
|
||||
- 5050:5050
|
||||
volumes:
|
||||
- ${HOME}/docker_data/appdaemon/config:/conf
|
||||
depends_on:
|
||||
- homeassistant
|
||||
networks:
|
||||
- ha
|
||||
|
||||
|
||||
Reference in New Issue
Block a user