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