Some checks failed
Build and push DevOpsDash / build (push) Has been cancelled
- Taskz kanban board (create/edit tasks, findings, status/priority) - Worklog timeline + standup summary (proxied from DevOpsMCP MCP API) - Knowledge browser (ADRs, memories, knowledge catalog files) - FastAPI backend reading same Redis as DevOpsMCP - Read-only bind-mount for DevOpsMCP data directory (/data) - Nomad job spec (dash.i80.dk, Traefik TLS, host volume read-only) - Gitea Actions CI → registry.i80.dk/gitea/devops-dash:latest
16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
# Environment variables for DevOpsDash
|
|
|
|
# Redis (same instance as DevOpsMCP)
|
|
REDIS_URL=redis://192.168.15.124:6379
|
|
|
|
# DevOpsMCP service URL (for worklog proxy calls)
|
|
DEVOPS_MCP_URL=http://devops-mcp.i80.dk
|
|
|
|
# Data directory (bind-mounted from DevOpsMCP host volume, read-only)
|
|
# In production: /data (Nomad bind-mount from /opt/devops-mcp/data)
|
|
# In development: set to the local DevOpsMCP data directory
|
|
DATA_DIR=/Users/lrihni/Projects/DevOpsMCP/devops_mcp/data
|
|
|
|
# Port
|
|
PORT=8001
|