services: worktracker: entrypoint: - /bin/sh - -c command: - while sleep 1000; do :; done healthcheck: disable: true