ci: main deployment
This commit is contained in:
parent
347e141474
commit
95d4747f1b
26
deployments/main/docker-compose.yaml
Normal file
26
deployments/main/docker-compose.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
version: "3.3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
mailnotifier:
|
||||||
|
hostname: mailnotifier
|
||||||
|
container_name: mailnotifier
|
||||||
|
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
||||||
|
tty: true
|
||||||
|
environment:
|
||||||
|
- MONGO_HOST=10.8.0.8
|
||||||
|
- MONGO_PORT=27017
|
||||||
|
- MONGO_USER=mailnotifier
|
||||||
|
- MONGO_PASSWORD=vWwbCSg4bf0p
|
||||||
|
- MONGO_DB=mailnotifier
|
||||||
|
- MONGO_AUTH=mailnotifier
|
||||||
|
- KAFKA_BROKERS=10.8.0.8:9092
|
||||||
|
- KAFKA_TOPIC=mailnotifier
|
||||||
|
- SMTP_API_URL=https://api.smtp.bz/v1/smtp/send
|
||||||
|
- SMTP_HOST=connect.mailclient.bz
|
||||||
|
- SMTP_PORT=587
|
||||||
|
- SMTP_UNAME=team@pena.digital
|
||||||
|
- SMTP_PASS=AyMfwqA9LkQH
|
||||||
|
- SMTP_API_KEY=8tv2xcsfCMBX3TCQxzgeeEwAEYyQrPUp0ggw
|
||||||
|
- SMTP_SENDER=recovery@noreply.pena.digital
|
||||||
|
- CUSTOMER_URL=10.8.0.8:8086
|
||||||
|
- QUIZ_RPC_URL=10.8.0.9:9000
|
Loading…
Reference in New Issue
Block a user