services: hello: image: busybox command: sh -c "while true; do echo 'Hello from Arcane v2'; sleep 5; done"