This commit is contained in:
Aaron Pierson
2026-03-06 20:17:52 -06:00
parent 84c9b1a123
commit bb36014adf

4
test-stack/compose.yml Normal file
View File

@@ -0,0 +1,4 @@
services:
hello:
image: busybox
command: sh -c "while true; do echo 'Hello from Arcane'; sleep 5; done"