version: "3.7" services: server: image: homeassistant/home-assistant:2024.3.0@sha256:0471da64037a0d0c82b35af23fe632373324bac01decd3475921c2796f2a9968 network_mode: host # UI at default port 8123 privileged: true volumes: - ${APP_DATA_DIR}/data:/config - /dev:/dev