---
title: "Deploy Apprise notification gateway"
description: "Authenticated Apprise gateway with persistent notification routes."
category: "Automation"
url: https://railway.com/deploy/apprise-notification-gateway
---

# Deploy Apprise notification gateway

Authenticated Apprise gateway with persistent notification routes.

**[Deploy Apprise notification gateway on Railway](https://railway.com/template/apprise-notification-gateway)**

- **Creator:** Anton Orel's Projects
- **Category:** Automation
- **Total deploys:** 1

## Template content

### Apprise API

- **Image:** caronc/apprise:1.5.1@sha256:1871ed736799f6320d5061b72a60507f62c8747026e830175dc4b9f8adbf78dd
- **Health check:** /status

### Apprise Gateway

- **Image:** caddy:2.11.4-alpine@sha256:5f5c8640aae01df9654968d946d8f1a56c497f1dd5c5cda4cf95ab7c14d58648
- **Start command:** `/bin/sh -ec 'password_hash="$(caddy hash-password --plaintext "$GATEWAY_PASSWORD")"; printf "%s\n" "$GATEWAY_CONFIG" | sed -e "s|__USERNAME__|$GATEWAY_USERNAME|g" -e "s|__PASSWORD_HASH__|$password_hash|g" -e "s|__UPSTREAM__|$UPSTREAM|g" >/tmp/Caddyfile; exec caddy run --config /tmp/Caddyfile --adapter caddyfile'`
- **Health check:** /healthz
- **Public domain:** Yes

## Documentation

# Deploy and Host Apprise notification gateway

Route alerts from jobs and applications to more than one hundred notification services through a small authenticated API. Saved Apprise configurations and attachments survive redeploys on a Railway volume.

## About Hosting Apprise notification gateway

This template runs Apprise API 1.5.1 privately and exposes only a Caddy gateway protected by generated Basic Auth. The public health route checks Apprise storage readiness without exposing the notification API.

## Why Deploy Apprise notification gateway on Railway

Railway supplies private networking, generated credentials, TLS, and durable storage, so applications can share one notification configuration without embedding every downstream service URL in every caller.

## Common Use Cases

- Route cron, backup, and deployment alerts to chat, email, or push services.
- Keep notification provider URLs in one persistent service.
- Give internal applications one authenticated notification endpoint.

## Dependencies for Apprise notification gateway Hosting

- A notification provider supported by Apprise.
- A Railway volume for saved configurations and attachments.

### Deployment Dependencies

- [Apprise API](https://github.com/caronc/apprise-api)
- [Caddy](https://caddyserver.com)


## Similar templates

- [N8N Main + Worker](https://railway.com/deploy/n8n-main-worker) — Deploy and Host N8N with Inactive worker.
- [Evolution API with n8n](https://railway.com/deploy/evolution-api-with-n8n) — [Jul'26] WhatsApp automation platform using Evolution API, n8n & PostgreSQL
- [Postgres Backup](https://railway.com/deploy/postgres-s3-backups) — Cron-based PostgreSQL backup to bucket storage

Open this page in a browser: https://railway.com/deploy/apprise-notification-gateway
