ci: remove from external interface

This commit is contained in:
skeris 2024-04-21 20:59:46 +03:00
parent c60c3b1125
commit 481fe2bcfc

@ -7,16 +7,16 @@ services:
tty: true tty: true
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports: ports:
- 59303:8005 - 10.8.0.6:59303:8005
networks: networks:
- default - default
environment: environment:
- DB_HOST=10.6.0.11 - DB_HOST=10.8.0.6
- DB_PORT=27017 - DB_PORT=27017
- ENVIRONMENT=staging - ENVIRONMENT=staging
- HTTP_HOST=0.0.0.0 - HTTP_HOST=0.0.0.0
- HTTP_PORT=8005 - HTTP_PORT=8005
- AUTH_SERVICE_HOST=http://10.6.0.11 - AUTH_SERVICE_HOST=http://10.8.0.6
- AUTH_SERVICE_PORT=59300 - AUTH_SERVICE_PORT=59300
- DB_USERNAME=$DB_USERNAME - DB_USERNAME=$DB_USERNAME
- DB_PASSWORD=$DB_PASSWORD - DB_PASSWORD=$DB_PASSWORD