mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
11f36560e8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
14 lines
303 B
YAML
14 lines
303 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: esphome_server_1
|
|
APP_PORT: 6052
|
|
|
|
server:
|
|
image: esphome/esphome:2022.6.2@sha256:1fac6334b85e76c7fd936036891b7a7ee761ee73fd119662b2cb564c3faf818f
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
restart: on-failure
|