initial commit
This commit is contained in:
15
smart-home/docker-compose.yml
Normal file
15
smart-home/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
home-assistant:
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
container_name: home-assistant
|
||||
privileged: true
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /mnt/user/appdata/home-assistant:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256"
|
||||
net.unraid.docker.webui: "https://home-assistant.homecube.org"
|
||||
folder.view2: "Services"
|
||||
Reference in New Issue
Block a user