services:
gotify:
container_name: Gotify
image: gotify/server:2
ports:
- 8080:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'admin'
volumes:
- gotify:/app/data
restart: unless-stoppedGotify
Guida per installare Gotify con Docker. Server per notifiche push self-hosted con API REST e app mobile per ricevere avvisi.
yaml