first commit from PC
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
server:
|
||||
hostname: esphome.alm.lan
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
# image: beatzaplenty/esphome
|
||||
image: ghcr.io/esphome/esphome
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# - /dev/ttyACM0:/dev/ttyACM0
|
||||
- /dev/ttyACM1:/dev/ttyS0
|
||||
network_mode: host
|
||||
privileged: true
|
||||
labels:
|
||||
- "io.portainer.accesscontrol.public"
|
||||
|
||||
Reference in New Issue
Block a user