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: