From d5e48bead1dc37f3b4fa6c7df00bcd71e9e06951 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 24 Oct 2025 12:46:27 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/compose.yaml b/compose.yaml index 74fcfc7..4cf0ed0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,6 +19,17 @@ services: networks: - meshing-around-network + test-bot: + image: ghcr.io/spudgunman/meshing-around:main + container_name: test-bot + command: ["/bin/bash", "-c", "python3 modules/test_bot.py | tee /tmp/test_tmp.txt; if grep -E 'failures=|errors=' /tmp/test_tmp.txt; then cp /tmp/test_tmp.txt /app/test_results.txt; fi"] + volumes: + - .:/app:rw + networks: + - meshing-around-network + stdin_open: true + tty: true + debug-console: image: ghcr.io/spudgunman/meshing-around:main container_name: debug-console