27 lines
824 B
YAML
27 lines
824 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
mailnotifier:
|
|
hostname: mailnotifier
|
|
container_name: mailnotifier
|
|
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
|
tty: true
|
|
environment:
|
|
- MONGO_HOST=10.8.0.6
|
|
- MONGO_PORT=27017
|
|
- MONGO_USER=mailnotifier
|
|
- MONGO_PASSWORD=vWwbCSg4bf0p
|
|
- MONGO_DB=mailnotifier
|
|
- MONGO_AUTH=mailnotifier
|
|
- KAFKA_BROKERS=10.8.0.6:9092
|
|
- KAFKA_TOPIC=mailnotifier
|
|
- SMTP_API_URL=https://api.smtp.bz/v1/smtp/send
|
|
- SMTP_HOST=connect.mailclient.bz
|
|
- SMTP_PORT=587
|
|
- SMTP_UNAME=kotilion.95@gmail.com
|
|
- SMTP_PASS=vWwbCSg4bf0p
|
|
- SMTP_API_KEY=P0YsjUB137upXrr1NiJefHmXVKW1hmBWlpev
|
|
- SMTP_SENDER=noreply@mailing.pena.digital
|
|
- CUSTOMER_URL=10.8.0.6:8086
|
|
- QUIZ_RPC_URL=10.8.0.5:9000
|