HAL module: consumes CloudEvents from AMQP and forwards as email notifications
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

8 řádky
209B

  1. services:
  2. amqp-email-forwarder:
  3. image: registry-api.novox.be/novox/amqp-email-forwarder:latest
  4. restart: unless-stopped
  5. env_file: .env
  6. extra_hosts:
  7. - "host.docker.internal:host-gateway"