No description
  • Python 89%
  • Dockerfile 11%
Find a file
2025-12-21 00:28:46 +01:00
.dockerignore init 2025-12-20 20:17:42 +01:00
.gitignore init 2025-12-20 20:17:42 +01:00
app.py I love Markdown 2025-12-21 00:28:46 +01:00
Dockerfile init 2025-12-20 20:17:42 +01:00
README.md readme 2025-12-20 20:21:04 +01:00
requirements.txt init 2025-12-20 20:17:42 +01:00

services:
  gotify-alerts:
    image: git.bengt.io/bengt/grafana-gotify-alerts
    ports:
      - "8080:8080"
    environment:
      GOTIFY_BASE_URL: https://gotify.example.com
      GOTIFY_APP_TOKEN: YOUR_GOTIFY_APP_TOKEN

      BASIC_AUTH_USER: superSecretUser
      BASIC_AUTH_PASSWORD: superSecretPassword

      PORT: 8080  # Default: 8087 (idk why)
    restart: unless-stopped