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.
23 lines
675 B
23 lines
675 B
3 months ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
# Certain api requests from Fusion do not work unless app_proxy is set with PROXY_TRUST_UPSTREAM=true
|
||
|
# app_proxy:
|
||
|
# environment:
|
||
|
# APP_HOST: home-assistant-fusion-ui_web_1
|
||
|
# APP_PORT: 5050
|
||
|
# PROXY_TRUST_UPSTREAM: "true"
|
||
|
|
||
|
web:
|
||
|
image: ghcr.io/matt8707/ha-fusion:2024.7.1@sha256:d2d3bf83c6636351852a66b6862faadfff16ea02222121bbcff2a0fbb129d1a5
|
||
|
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}"
|