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.
|
|
|
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:2022.11.2@sha256:5e3d2dde141812a4a54c140f3cbf52b9c74168bf25e8560978f499578902a363
|
|
|
|
volumes:
|
|
|
|
- ${APP_DATA_DIR}/data:/config
|
|
|
|
- ${APP_DATA_DIR}/configuration.yaml:/config/configuration.yaml
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
ipv4_address: $APP_HOME_ASSISTANT_IP
|