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
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports:
- 59303:8005
- 10.8.0.6:59303:8005
networks:
- default
environment:
- DB_HOST=10.6.0.11
- DB_HOST=10.8.0.6
- DB_PORT=27017
- ENVIRONMENT=staging
- HTTP_HOST=0.0.0.0
- HTTP_PORT=8005
- AUTH_SERVICE_HOST=http://10.6.0.11
- AUTH_SERVICE_HOST=http://10.8.0.6
- AUTH_SERVICE_PORT=59300
- DB_USERNAME=$DB_USERNAME
- DB_PASSWORD=$DB_PASSWORD