mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
9648663d23
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
15 lines
399 B
YAML
15 lines
399 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: home-assistant_server_1
|
|
APP_PORT: 8123
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: homeassistant/home-assistant:2023.2.0@sha256:a4a9f614a1edcd414d63decd99813a2ff9910d876db1e04641540a0c75d20918
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
- ${APP_DATA_DIR}/configuration.yaml:/config/configuration.yaml
|