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ů.
|
- services:
- amqp-email-forwarder:
- image: registry-api.novox.be/novox/amqp-email-forwarder:latest
- restart: unless-stopped
- env_file: .env
- extra_hosts:
- - "host.docker.internal:host-gateway"
|