Files

22 lines
769 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: "3.7"
services:
# Некоторые запросы API от Fusion не работают, если для app_proxy не установлено значение PROXY_TRUST_UPSTREAM=true.
# приложение_прокси:
# среда:
# APP_HOST: home-assistant-fusion-ui_web_1
# APP_PORT: 5050
# PROXY_TRUST_UPSTREAM: "true"
web:
image: ghcr.io/matt8707/ha-fusion:2024.10.1@sha256:5eea4634ab2b1e7c7523943996d13318d109b293abe8e9e86c38daf5c41830cb
restart: on-failure
user: 1000:1000
ports:
- 5023:5050
volumes:
- ${APP_DATA_DIR}/data/fusion:/app/data
environment:
HASS_URL: http://${DEVICE_DOMAIN_NAME}:8123
extra_hosts:
- "${DEVICE_DOMAIN_NAME}:${APP_HAFUSION_MACHINE_IP}"