Added homeassistant docker-compose
This commit is contained in:
16
homeassistant/docker-compose.yml
Normal file
16
homeassistant/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user