<- back to Homelab

gotify

Repo: https://github.com/gotify

Last updated: Fri, Jul 25, 2025

Example docker-compose.yml

services:
  gotify:
    container_name: gotify
    image: gotify/server
    restart: unless-stopped
    environment:
      GOTIFY_DEFAULTUSER_PASS: "admin"
    volumes:
      - "./gotify_data:/app/data"