# Fake entrypoint for the service. Always sleep. entrypoint: ["sleep", "infinity"] # Fake healthcheck for the service. Always return true. healthcheck: test: ["CMD", "true"]