frontAnswerer/deployments/staging/docker-compose.yaml

9 lines
209 B
YAML

version: "3"
services:
respondent:
container_name: respondent
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
hostname: respondent
tty: true