Skip to content

feat(docker): add dashboard deployment script#1271

Merged
christso merged 1 commit into
mainfrom
task/hq-g41-dashboard-docker
Jun 1, 2026
Merged

feat(docker): add dashboard deployment script#1271
christso merged 1 commit into
mainfrom
task/hq-g41-dashboard-docker

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Jun 1, 2026

Summary

AgentV Dashboard can now be bootstrapped as a Docker-backed deployment seeded with the AgentV examples project and a remote eval-results repository. The container image now includes the built Studio assets and git, so the dashboard runtime can serve the SPA and work with mounted results/project repositories.

The setup script stages the examples and results clones under ~/agentv-dashboard, writes the mounted Dashboard registry/config, and starts Compose with host-owned bind mounts.

Test Plan

  • bash -n scripts/setup-dashboard-deployment.sh
  • docker compose -f docker-compose.yml config
  • AGENTV_DEPLOY_DIR=/tmp/agentv-dashboard-test AGENTV_EXAMPLES_REPO="$PWD" AGENTV_RESULTS_REPO=file:///tmp/agentv-results-bare.git PORT=3999 scripts/setup-dashboard-deployment.sh --no-start
  • docker build -t agentv-dashboard-test:codex .
  • docker run ... agentv-dashboard-test:codex dashboard --dir /data/projects/agentv-examples --read-only --port 3999, then verified / and /api/projects

Compound Engineering
GPT--5

@christso christso merged commit dc998c9 into main Jun 1, 2026
4 checks passed
@christso christso deleted the task/hq-g41-dashboard-docker branch June 1, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant