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.
17 lines
473 B
17 lines
473 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_HOME_ASSISTANT_IP
|
|
APP_PORT: 8123
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
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
|
|
|