14 lines
383 B
YAML
14 lines
383 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2026.4.2@sha256:4c940155cfd5b0187a6faee2db5d52b98bb573edc1aeee95d0818bb17b6534d7
|
|
network_mode: host
|
|
# UI at default port 8123
|
|
privileged: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
- ${UMBREL_ROOT}/data/storage/downloads:/media
|
|
- /dev:/dev
|
|
- /run/dbus:/run/dbus:ro
|