frontAnswerer/deployments/main/docker-compose.yaml

10 lines
207 B
YAML
Raw Normal View History

version: "3"
2024-01-30 19:03:44 +00:00
services:
respondent:
container_name: respondent
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
hostname: respondent
tty: true