generated from PenaSide/GolangTemplate
fix: change auth service url
This commit is contained in:
parent
6b06a95b8e
commit
a11a17f724
@ -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,28 +11,23 @@ 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://10.7.0.6:59304
|
||||||
CURRENCY_MICROSERVICE_URL: http://hubstaging.pena:3131
|
CURRENCY_MICROSERVICE_URL: http://10.7.0.6:3131
|
||||||
DISCOUNT_MICROSERVICE_GRPC_URL: hubstaging.pena:9001
|
DISCOUNT_MICROSERVICE_GRPC_URL: 10.7.0.6:9001
|
||||||
PAYMENT_MICROSERVICE_GRPC_URL: hubstaging:9085
|
PAYMENT_MICROSERVICE_GRPC_URL: hubstaging:9085
|
||||||
VERIFICATION_MICROSERVICE_URL: http://hubstaging:7036
|
VERIFICATION_MICROSERVICE_URL: http://10.7.0.6:7036
|
||||||
TEMPLATEGEN_MICROSERVICE_URL: http://hubstaging.pena:8012
|
TEMPLATEGEN_MICROSERVICE_URL: http://10.7.0.6:8012
|
||||||
API_URL: https://api.smtp.bz/v1/smtp/send
|
API_URL: https://api.smtp.bz/v1/smtp/send
|
||||||
CODEWORD_MICROSERVICE_GRPC_URL: hubstaging:59665
|
CODEWORD_MICROSERVICE_GRPC_URL: 10.7.0.6:59665
|
||||||
MAIL_SENDER: noreply@mailing.pena.digital
|
MAIL_SENDER: noreply@mailing.pena.digital
|
||||||
MAIL_API_KEY: P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev
|
MAIL_API_KEY: P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev
|
||||||
MAIL_ADDRESS: sells@pena.digital
|
MAIL_ADDRESS: sells@pena.digital
|
||||||
@ -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