Take full control of your notifications with a self-hosted server designed for sending and receiving messages. Built with simplicity in mind, it offers a clean user interface and a straightforward API. Because it is written in Go, it is highly cross-platform and easily deployable using automatically built Docker images. You can manage users, clients, and applications directly from the intuitive WebUI.
Key features include:
services:
gotify:
image: gotify/server
container_name: gotify
restart: unless-stopped
ports:
- 8080:80
environment:
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_DEFAULTUSER_PASS}
- TZ=UTC
volumes:
- ./gotify_data:/app/data# Password for the default 'admin' user created on first start
GOTIFY_DEFAULTUSER_PASS=your_secure_passwordAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago