Tweak home-assistant config for reverse proxy

This commit is contained in:
Luke Childs 2022-05-31 23:43:33 +07:00
parent 63f02f05a1
commit bb154455e2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
default_config:
http:
use_x_forwarded_for: true
trusted_proxies:
- $NETWORK_IP/16

View File

@ -10,6 +10,7 @@ services:
image: homeassistant/home-assistant:2021.12.0@sha256:116f78d5cf48c4b1adcb3eb665885cb0d14dc0156e9291015ca6fbce13540ff5
volumes:
- ${APP_DATA_DIR}/data:/config
- ${APP_DATA_DIR}/configuration.yaml:/config/configuration.yaml
networks:
default:
ipv4_address: $APP_HOME_ASSISTANT_IP