diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..cf01732 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,9 @@ +services: + meshing-around: + stdin_open: true + tty: true + devices: + - /dev/ttyUSB0 + volumes: + - /storage/location/config.ini:/app/config.ini:ro # Create this from config.template first. + image: ghcr.io/SpudGunMan/meshing-around:main \ No newline at end of file