services: cftest: image: gitea.uuid.rocks/geobox/debian:12-slim init: true command: bash -c "trap 'echo STOPPING; sleep 3' SIGINT SIGQUIT SIGHUP SIGTERM; sleep infinity & wait" stdin_open: true # docker run -i tty: true # docker run -t