homeassistant-config/docker-compose.yaml

17 lines
383 B
YAML
Raw Permalink Normal View History

2019-06-30 21:58:01 +02:00
version: '3'
services:
homeassistant:
container_name: home-assistant
build:
context: .
dockerfile: Dockerfile
volumes:
- /volumes/homeassistant_config:/config
- /etc/localtime:/etc/localtime:ro
devices:
2020-01-02 21:26:37 +01:00
- /dev/serial/by-id/usb-0658_0200-if00:/dev/zwave-stick
2019-06-30 21:58:01 +02:00
restart: always
2019-06-30 22:57:34 +02:00
network_mode: host
#ports:
# - "8123:8123"