homeassistant-config/docker-compose.yaml

16 lines
354 B
YAML
Raw 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:
- /dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0
restart: always
ports:
- "8123:8123"