generated from PenaSide/GolangTemplate
fix: change auth service url
This commit is contained in:
parent
6b06a95b8e
commit
da1c3273ec
@ -1,8 +1,6 @@
|
|||||||
version: "3.3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
customerv1.0.1:
|
customerv1.0.1:
|
||||||
image: gitea.pena:3000/penaside/customer/staging:$GITHUB_RUN_NUMBER
|
image: gitea.pena/penaside/customer/staging:$GITHUB_RUN_NUMBER
|
||||||
tty: true
|
tty: true
|
||||||
labels:
|
labels:
|
||||||
com.pena.allowed_headers: content-type,authorization,response-type
|
com.pena.allowed_headers: content-type,authorization,response-type
|
||||||
@ -13,20 +11,15 @@ services:
|
|||||||
GRPC_URL: 0.0.0.0:9065
|
GRPC_URL: 0.0.0.0:9065
|
||||||
GRPC_DOMAIN: 10.7.0.6:9060
|
GRPC_DOMAIN: 10.7.0.6:9060
|
||||||
|
|
||||||
# - MONGO_HOST=10.7.0.4
|
|
||||||
# - MONGO_PORT=27017
|
|
||||||
# - MONGO_USER=$MONGO_USER
|
|
||||||
# - MONGO_PASSWORD=$MONGO_PASSWORD
|
|
||||||
MONGO_URL: mongodb://customer:WAR2Fr6SuPKhtvEp@mongodb.pena:27017/?authSource=customer
|
MONGO_URL: mongodb://customer:WAR2Fr6SuPKhtvEp@mongodb.pena:27017/?authSource=customer
|
||||||
MONGO_DB_NAME: customer
|
MONGO_DB_NAME: customer
|
||||||
# - MONGO_AUTH=customer
|
|
||||||
TELEGRAM_RS_PAY_CHANNEL_ID: -1002338593104
|
TELEGRAM_RS_PAY_CHANNEL_ID: -1002338593104
|
||||||
TELEGRAM_NOTIFICATION_CHANNEL_ID: -1002338593104
|
TELEGRAM_NOTIFICATION_CHANNEL_ID: -1002338593104
|
||||||
|
|
||||||
KAFKA_BROKERS: 10.7.0.6:9092
|
KAFKA_BROKERS: 10.7.0.6:9092
|
||||||
KAFKA_TOPIC_TARIFF: tariffs
|
KAFKA_TOPIC_TARIFF: tariffs
|
||||||
|
|
||||||
AUTH_MICROSERVICE_URL: http://10.7.0.4:59300
|
AUTH_MICROSERVICE_URL: http://10.7.0.6:59300
|
||||||
HUBADMIN_MICROSERVICE_URL: http://hubstaging.pena:59304
|
HUBADMIN_MICROSERVICE_URL: http://hubstaging.pena:59304
|
||||||
CURRENCY_MICROSERVICE_URL: http://hubstaging.pena:3131
|
CURRENCY_MICROSERVICE_URL: http://hubstaging.pena:3131
|
||||||
DISCOUNT_MICROSERVICE_GRPC_URL: hubstaging.pena:9001
|
DISCOUNT_MICROSERVICE_GRPC_URL: hubstaging.pena:9001
|
||||||
@ -51,5 +44,3 @@ services:
|
|||||||
- 10.7.0.6:8067:8065
|
- 10.7.0.6:8067:8065
|
||||||
- 10.7.0.6:8070:8066
|
- 10.7.0.6:8070:8066
|
||||||
- 10.7.0.6:9060:9065
|
- 10.7.0.6:9060:9065
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user