Gotify
Gotify is a simple server for sending and receiving self-hosted push notifications.
Configuration
services:
gotify:
image: gotify/server:2.9.1
restart: unless-stopped
volumes:
- gotify_data:/app/data
ports:
- "80"
volumes:
gotify_data:[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "gotify"
port = 80
host = "${main_domain}"Base64
To import this template in Dokploy: create a Compose service → Advanced → Base64 import and paste the content below:
ewogICJjb21wb3NlIjogInNlcnZpY2VzOlxuICBnb3RpZnk6XG4gICAgaW1hZ2U6IGdvdGlmeS9zZXJ2ZXI6Mi45LjFcbiAgICByZXN0YXJ0OiB1bmxlc3Mtc3RvcHBlZFxuICAgIHZvbHVtZXM6XG4gICAgICAtIGdvdGlmeV9kYXRhOi9hcHAvZGF0YVxuICAgIHBvcnRzOlxuICAgICAgLSBcIjgwXCJcblxudm9sdW1lczpcbiAgZ290aWZ5X2RhdGE6XG4iLAogICJjb25maWciOiAiW3ZhcmlhYmxlc11cbm1haW5fZG9tYWluID0gXCIke2RvbWFpbn1cIlxuXG5bY29uZmlnXVxuZW52ID0ge31cbm1vdW50cyA9IFtdXG5cbltbY29uZmlnLmRvbWFpbnNdXVxuc2VydmljZU5hbWUgPSBcImdvdGlmeVwiXG5wb3J0ID0gODBcbmhvc3QgPSBcIiR7bWFpbl9kb21haW59XCJcbiIKfQ==Links
Tags
notifications, self-hosted, push
Version: 2.9.1