frontAnswerer/deployments/staging/docker-compose.yaml

12 lines
337 B
YAML
Raw Normal View History

version: "3"
services:
2023-12-17 23:37:32 +00:00
respondent:
container_name: respondent
restart: unless-stopped
labels:
com.pena.domains: s.hbpn.link
com.pena.front_headers: "Access-Control-Allow-Origin $http_origin always"
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
2023-12-17 23:37:32 +00:00
hostname: respondent
tty: true