Files
establo/hardware/ESP_ARDUINO/docker-compose.yaml
2024-08-13 16:46:44 -04:00

12 lines
195 B
YAML

version: '3'
services:
arduino-cli:
build: .
volumes:
- ./components:/components:rw
network_mode: host
restart: always
# devices:
# - "/dev/ttyUSB0:/dev/ttyUSB0"