mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
17 lines
369 B
YAML
17 lines
369 B
YAML
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
|