HAL module: consumes CloudEvents from AMQP and forwards as email notifications
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
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"