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
369 B
17 lines
369 B
2 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: $APP_ESPHOME_IP
|
||
|
APP_PORT: 6052
|
||
|
|
||
|
server:
|
||
|
image: esphome/esphome:2022.6.2@sha256:1fac6334b85e76c7fd936036891b7a7ee761ee73fd119662b2cb564c3faf818f
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data:/config
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_ESPHOME_IP
|
||
|
restart: on-failure
|