You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
13 lines
382 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2024.9.2@sha256:791b4e4b1f25b18992be786fcb9388392a7122b9463c44936a7eb67a202fb48f
|
|
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
|