From ab2e1aa33b35a9048c1c6466af9a091894cfcf92 Mon Sep 17 00:00:00 2001 From: skeris Date: Mon, 18 Dec 2023 02:37:32 +0300 Subject: [PATCH] fix: change hostname for container --- deployments/staging/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/staging/docker-compose.yaml b/deployments/staging/docker-compose.yaml index 4a851e2..ee06d99 100644 --- a/deployments/staging/docker-compose.yaml +++ b/deployments/staging/docker-compose.yaml @@ -1,11 +1,11 @@ services: - squiz: - container_name: squiz + respondent: + container_name: respondent restart: unless-stopped image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID networks: - marketplace_penahub_frontend - hostname: squiz + hostname: respondent tty: true networks: marketplace_penahub_frontend: