Apprise

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.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  apprise:
    container_name: apprise
    image: caronc/apprise:latest
    ports:
      - 8000:8000
    volumes:
      - /var/lib/apprise/config:/config
    restart: unless-stopped

Resources

GitHub: https://github.com/caronc/apprise

Docker Hub: https://hub.docker.com/r/caronc/apprise

Configuration: See the Docker Hub page