2024-05-31 21:31:42 +00:00
|
|
|
version: "3"
|
2023-12-17 13:22:21 +00:00
|
|
|
services:
|
2023-12-17 23:37:32 +00:00
|
|
|
respondent:
|
|
|
|
container_name: respondent
|
2023-12-17 13:22:21 +00:00
|
|
|
restart: unless-stopped
|
2024-09-06 19:51:16 +00:00
|
|
|
labels:
|
|
|
|
com.pena.domains: s.hbpn.link
|
|
|
|
com.pena.front_headers: "Access-Control-Allow-Origin $http_origin always"
|
2024-01-25 23:53:02 +00:00
|
|
|
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
2023-12-17 23:37:32 +00:00
|
|
|
hostname: respondent
|
2023-12-17 13:22:21 +00:00
|
|
|
tty: true
|