Integrate a single, lightweight library to send asynchronous push notifications to almost every popular service available today. Whether you are a developer building an application or a system administrator managing server alerts, this solution eliminates the need to research and adapt to individual APIs. Route messages to Discord, Slack, Telegram, SMS gateways, email providers, and custom webhooks using a unified syntax.
Key benefits include:
services:
apprise-api:
image: caronc/apprise-api:latest
container_name: apprise-api
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- ./data/config:/config
- ./data/attach:/attach
environment:
- TZ=Etc/UTC
- PUID=1000
- PGID=1000# No sensitive environment variables are required for the default configuration.
# You can add custom variables here if needed.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago