Files
home_assistant/docker-compose.yml
T
2025-11-23 17:11:13 +01:00

19 lines
593 B
YAML

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