DATABASE_URL="postgresql://USER:PASSWORD@HOST:5432/ops_dashboard" SEED_USER_EMAIL="admin@example.com" SEED_USER_PASSWORD="changeme" OPS_AGENT_SECRET="replace-with-contents-of-/etc/ops-agent/secret" OPS_AGENT_URL="http://127.0.0.1:3099" # Comma-separated list of absolute repo paths to show on the /git page REPO_PATHS="/srv/scrum4me/repos/scrum4me,/srv/ops/repos/ops-dashboard" # Comma-separated list of systemd unit names to show on the /systemd page (must match commands.yml allowed list) SYSTEMD_UNITS="scrum4me-web,ops-agent" # Worker run-logs directory inside the container (read-only bind mount; see docker-compose.yml) WORKER_LOGS_DIR="/var/worker-logs/idea"