mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Move docker-compose
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: home-assistant
|
||||
image: homeassistant/home-assistant:stable
|
||||
volumes:
|
||||
- ./:/config
|
||||
devices:
|
||||
- /dev/ttyACM1:/dev/ttyACM1
|
||||
environment:
|
||||
- TZ=Europe/Sofia
|
||||
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
|
||||
Reference in New Issue
Block a user