Gotify

Self-hosted notification server with Android and CLI clients, similar to PushBullet.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
 
services:
  gotify:
    image: gotify/server
    ports:
      - 8080:80
    environment:
      - GOTIFY_DEFAULTUSER_PASS=custom
    volumes:
      - "./gotify_data:/app/data"
    restart: always

Resources

Website: https://gotify.net/

GitHub: https://github.com/gotify/server

Docker Hub: https://hub.docker.com/r/gotify/server

Configuration: https://gotify.net/docs/install