fix: production environment domain
This commit is contained in:
parent
6786cf985f
commit
a0d025f959
@ -22,27 +22,15 @@ services:
|
||||
- YOOMONEY_WEBHOOKS_URL=http://treasurer-mock-staging:8080/webhooks
|
||||
- YOOMONEY_PAYMENTS_URL=https://api.yookassa.ru/v3/payments
|
||||
|
||||
- MONGO_HOST=10.6.0.11
|
||||
- MONGO_HOST=10.8.0.6
|
||||
- MONGO_PORT=27017
|
||||
- MONGO_USER=$MONGO_USER
|
||||
- MONGO_PASSWORD=$MONGO_PASSWORD
|
||||
- MONGO_DB_NAME=treasurer
|
||||
- MONGO_AUTH=treasurer
|
||||
ports:
|
||||
- 8085:8085
|
||||
- 9085:9085
|
||||
networks:
|
||||
- backend_external
|
||||
- default
|
||||
depends_on:
|
||||
- treasurer-mock-staging
|
||||
treasurer-mock-staging:
|
||||
hostname: treasurer-mock-staging
|
||||
container_name: treasurermock-container-staging
|
||||
image: 'wiremock/wiremock:2.35.0'
|
||||
tty: true
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 10.8.0.6:8085:8085
|
||||
- 10.8.0.6:9085:9085
|
||||
networks:
|
||||
- backend_external
|
||||
- default
|
||||
|
Loading…
Reference in New Issue
Block a user