From 29f97c62d0f72d9b15ee1a1e91b6393d9464b0be Mon Sep 17 00:00:00 2001 From: Raymond Dean <18014111+pcs3rd@users.noreply.github.com> Date: Sat, 12 Jul 2025 11:50:21 -0400 Subject: [PATCH] add compose example --- compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compose.yaml 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