Added homeassistant docker-compose

This commit is contained in:
Colin Diem
2021-04-15 23:36:44 -04:00
parent 25b37a2b7e
commit 5346fbfbba

View File

@@ -0,0 +1,16 @@
version: '3'
services:
homeassistant:
image: homeassistant/home-assistant:stable
container_name: homeassistant
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
networks:
- homeassistant
networks:
homeassitant:
external:
name: homeassistant