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"