notifier/deployments/staging/docker-compose.yaml
Pasha 8760c1fb31
Some checks failed
Deploy / CreateImage (push) Failing after 36s
Deploy / DeployService (push) Has been skipped
merge dev in to config
2025-01-04 01:34:17 +03:00

17 lines
604 B
YAML

version: "3.3"
services:
mailnotifier:
image: gitea.pena:3000/penaside/notifier/staging:$GITHUB_RUN_NUMBER
tty: true
environment:
MONGO_URL: mongodb://mailnotifier:vWwbCSg4bf0p@10.7.0.6:27017/?authSource=verification
MONGO_DB_NAME: mailnotifier
KAFKA_BROKERS: 10.7.0.6:9092
KAFKA_TOPIC_MAIL_NOTIFIER: mailnotifier
API_URL: https://api.smtp.bz/v1/smtp/send
MAIL_SENDER: kotilion.95@gmail.com
MAIL_API_KEY: P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev
CUSTOMER_MICROSERVICE_GRPC_URL: 10.7.0.6:8086
QUIZ_CORE_MICROSERVICE_GRPC_URL: 10.7.0.5:9000