frontAnswerer/deployments/staging/docker-compose.yaml

8 lines
203 B
YAML
Raw Normal View History

2024-05-31 16:41:18 +00:00
services:
respondent:
container_name: respondent
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
hostname: respondent
tty: true