mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
Disable appdaemon
This commit is contained in:
+10
-10
@@ -14,14 +14,14 @@ services:
|
||||
restart: always
|
||||
network_mode: host
|
||||
|
||||
appdaemon:
|
||||
container_name: appdaemon
|
||||
image: acockburn/appdaemon:latest
|
||||
ports:
|
||||
- 5050:5050
|
||||
volumes:
|
||||
- ../appdaemon:/conf
|
||||
depends_on:
|
||||
- homeassistant
|
||||
network_mode: host
|
||||
# appdaemon:
|
||||
# container_name: appdaemon
|
||||
# image: acockburn/appdaemon:latest
|
||||
# ports:
|
||||
# - 5050:5050
|
||||
# volumes:
|
||||
# - ../appdaemon:/conf
|
||||
# depends_on:
|
||||
# - homeassistant
|
||||
# network_mode: host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user