Files
N22/docker/docker-compose.esphome.yml
T

20 lines
644 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Eget projektnavn så denne stak ikke ser de andre containere som "orphans"
name: esphome
services:
esphome:
container_name: esphome
image: ghcr.io/esphome/esphome:latest
# host-netværk giver adgang til LAN (OTA til 10.0.0.190) + mDNS-discovery.
# Dashboard lytter på http://10.0.0.142:6052
network_mode: host
restart: always
environment:
- TZ=Europe/Copenhagen
# Sæt en adgangskode på dashboardet (valgfrit udkommentér for at aktivere)
# - USERNAME=claus
# - PASSWORD=changeme
volumes:
- /volume1/docker/esphome/config:/config
- /etc/localtime:/etc/localtime:ro