Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
Here we use apprise-microservice : A small JSON API server for delivering notifications using Apprise. This service is suitable as a sidecar service to another service in a container-based cluster.
version: "3.8"services: notify: image: mazzolino/apprise-microservice:0.1 environment: NOTIFICATION_URLS: pbul://${PUSHBULLET_APIKEY}/${PUSHBULLET_CHANNEL} deploy: placement: constraints: - node.role == manager