services: rentgen_build: build: . rentgen_check: build: context: . target: code_quality rentgen_run: build: context: . target: runtime stdin_open: true tty: true rentgen_verify: build: context: . target: integration_test restart: "no"