Homeassistant intial build
This commit is contained in:
21
ha/docker-compose.yml
Normal file
21
ha/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
restart: unless-stopped
|
||||
privileged: false
|
||||
ports:
|
||||
- '8123:8123'
|
||||
networks:
|
||||
- 'default'
|
||||
- 'homelab'
|
||||
environment:
|
||||
TZ: America/Detroit
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
external: true
|
||||
Reference in New Issue
Block a user