fix: change auth service url
All checks were successful
Deploy / CreateImage (push) Successful in 2m17s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
skeris 2025-02-19 01:15:00 +03:00
parent 6b06a95b8e
commit 8d89ae8ff6

@ -1,8 +1,6 @@
version: "3.3"
services:
customerv1.0.1:
image: gitea.pena:3000/penaside/customer/staging:$GITHUB_RUN_NUMBER
image: gitea.pena/penaside/customer/staging:$GITHUB_RUN_NUMBER
tty: true
labels:
com.pena.allowed_headers: content-type,authorization,response-type
@ -13,28 +11,23 @@ services:
GRPC_URL: 0.0.0.0:9065
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_DB_NAME: customer
# - MONGO_AUTH=customer
TELEGRAM_RS_PAY_CHANNEL_ID: -1002338593104
TELEGRAM_NOTIFICATION_CHANNEL_ID: -1002338593104
KAFKA_BROKERS: 10.7.0.6:9092
KAFKA_TOPIC_TARIFF: tariffs
AUTH_MICROSERVICE_URL: http://10.7.0.4:59300
HUBADMIN_MICROSERVICE_URL: http://hubstaging.pena:59304
CURRENCY_MICROSERVICE_URL: http://hubstaging.pena:3131
DISCOUNT_MICROSERVICE_GRPC_URL: hubstaging.pena:9001
PAYMENT_MICROSERVICE_GRPC_URL: hubstaging:9085
VERIFICATION_MICROSERVICE_URL: http://hubstaging:7036
TEMPLATEGEN_MICROSERVICE_URL: http://hubstaging.pena:8012
AUTH_MICROSERVICE_URL: http://10.7.0.6:59300
HUBADMIN_MICROSERVICE_URL: http://10.7.0.6:59304
CURRENCY_MICROSERVICE_URL: http://10.7.0.6:3131
DISCOUNT_MICROSERVICE_GRPC_URL: 10.7.0.6:9001
PAYMENT_MICROSERVICE_GRPC_URL: 10.7.0.6:9085
VERIFICATION_MICROSERVICE_URL: http://10.7.0.6:7036
TEMPLATEGEN_MICROSERVICE_URL: http://10.7.0.6:8012
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_API_KEY: P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev
MAIL_ADDRESS: sells@pena.digital
@ -51,5 +44,3 @@ services:
- 10.7.0.6:8067:8065
- 10.7.0.6:8070:8066
- 10.7.0.6:9060:9065
networks:
- default