HAL module: consumes CloudEvents from AMQP and forwards as email notifications
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

35 lignes
735B

  1. manifest: 2
  2. name: amqp-email-forwarder
  3. version: "1.0.0"
  4. description: "Consumes CloudEvents from AMQP and forwards as email notifications"
  5. service:
  6. container: amqp-email-forwarder
  7. docker:
  8. - image: amqp-email-forwarder
  9. context: .
  10. dockerfile: Dockerfile
  11. env:
  12. AMQP_URL:
  13. default: "amqp://EMAILDELIVERY_T:ke-O8ws9j8EJQCbDmso-MpoB@localhost:5679/EMAILDELIVERY_T"
  14. AMQP_EXCHANGE:
  15. default: "News.TransactionalEmailing.Command"
  16. AMQP_QUEUE:
  17. default: "email-forwarder"
  18. SMTP_HOST:
  19. default: "localhost"
  20. SMTP_PORT:
  21. default: "25"
  22. NOTIFY_TO:
  23. default: "jochen.schoubben@mediahuis.be"
  24. NOTIFY_FROM:
  25. default: "hal@novox.be"
  26. package:
  27. - docker-compose.yml
  28. - Dockerfile
  29. - app.js
  30. - package.json