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

21 lines
624 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
ports:
- "8123:8123"
security_opt:
- seccomp=unconfined
privileged: true
restart: always