Files
map.meshcore.dev-uploader/docker-compose.yml
2025-10-18 20:28:43 +02:00

12 lines
483 B
YAML

services:
map-uploader:
build: .
environment:
# Set to the appropriate device for your setup, either /dev/ttyACM0 if connected by USB to a USB companion or IP:port if connected over network to a wifi companion
- DEVICE=/dev/ttyACM0
restart: unless-stopped
# Only necessary for accessing USB devices, such as a USB companion
privileged: true
# Adjust according to your setup, but this is the default
devices:
- /dev/ttyACM0:/dev/ttyACM0