No description
- Python 89%
- Dockerfile 11%
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
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