frontAnswerer/deployments/staging/docker-compose.yaml

14 lines
301 B
YAML
Raw Normal View History

services:
2023-12-17 23:37:32 +00:00
respondent:
container_name: respondent
restart: unless-stopped
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks:
- marketplace_penahub_frontend
2023-12-17 23:37:32 +00:00
hostname: respondent
tty: true
networks:
marketplace_penahub_frontend:
external: true