First version

This commit is contained in:
2025-11-23 17:11:13 +01:00
commit 96ea14aef9
+18
View File
@@ -0,0 +1,18 @@
name: Home Assistant
services:
amd64-hassio-supervisor:
container_name: hassio_supervisor
image: ghcr.io/home-assistant/amd64-hassio-supervisor:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/dbus:/var/run/dbus
- /var/lib/docker/volumes/homeassistant:/data
environment:
- SUPERVISOR_SHARE=/var/lib/docker/volumes/homeassistant
- SUPERVISOR_NAME=hassio_supervisor
- HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant
security_opt:
- seccomp=unconfined
privileged: true
restart: always