fix: change hostname for container

This commit is contained in:
skeris 2023-12-18 02:37:32 +03:00
parent f54860fccd
commit ab2e1aa33b

@ -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: