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.
9 lines
242 B
9 lines
242 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: esphome/esphome:2023.12.9@sha256:0ec7b41a9566e7465d17d6eb2c785158eb7e61a131b21eb91a8ff9f4d14f1a4f
|
|
network_mode: host
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
restart: on-failure
|
|
|