init stacks

This commit is contained in:
tan-docker
2026-03-21 14:12:55 +01:00
commit d3e8da2e25
1919 changed files with 200787 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Grafana
GRAFANA_URL=http://grafana:3000
GRAFANA_TOKEN=changeme
# Prometheus
PROMETHEUS_URL=http://prometheus:9090
# Mail
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=[email protected]
SMTP_PASS=changeme
MAIL_TO=[email protected]
# LLM
OLLAMA_URL=http://ollama:11434
OLLAMA_MODEL=mistral:7b-instruct