diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..9aa170f --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,13 @@ +services: + esphome: + container_name: esphome + image: ghcr.io/esphome/esphome + volumes: + - ./esphome:/config + - /etc/localtime:/etc/localtime:ro + restart: always + privileged: true + network_mode: host + environment: + - PUID=1000 + - PGID=1000