mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-04 12:32:15 +02:00
12 lines
288 B
YAML
12 lines
288 B
YAML
services:
|
|
meshing-around:
|
|
stdin_open: true
|
|
tty: true
|
|
devices:
|
|
- /dev/ttyUSB0
|
|
ports:
|
|
- 8420:8420
|
|
volumes:
|
|
- /storage/location/config.ini:/app/config.ini:ro # Create this from config.template first.
|
|
image: ghcr.io/SpudGunMan/meshing-around:main
|