mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
12 lines
300 B
YAML
12 lines
300 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2023.11.3@sha256:feffc0b8227dbbf9d1bf61c465ff54b24aff2c990a1e54ea7219c4b300260ef9
|
|
network_mode: host
|
|
# UI at default port 8123
|
|
privileged: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
- /dev:/dev
|