From bb36014adffe3797647c38fb6b456a2afd644c8a Mon Sep 17 00:00:00 2001 From: Aaron Pierson Date: Fri, 6 Mar 2026 20:17:52 -0600 Subject: [PATCH] test --- test-stack/compose.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-stack/compose.yml diff --git a/test-stack/compose.yml b/test-stack/compose.yml new file mode 100644 index 0000000..7b855d6 --- /dev/null +++ b/test-stack/compose.yml @@ -0,0 +1,4 @@ +services: + hello: + image: busybox + command: sh -c "while true; do echo 'Hello from Arcane'; sleep 5; done" \ No newline at end of file