We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552d9cf + 3805f34 commit 9d4a7deCopy full SHA for 9d4a7de
docker-compose.test.yml
@@ -1,9 +1,7 @@
1
-version: '3.8'
2
-
3
services:
4
# AgentaFlow Web Dashboard - Using latest built image
5
agentaflow-dashboard:
6
- image: ghcr.io/${GITHUB_REPOSITORY:-finoptimize/agentaflow-sro-community}:web-dashboard-latest
+ image: ghcr.io/finoptimize/agentaflow-sro-community:web-dashboard-latest
7
container_name: agentaflow-dashboard-test
8
ports:
9
- "9000:9000" # Web Dashboard
docker-compose.yml
@@ -1,5 +1,3 @@
# AgentaFlow Web Dashboard - Main monitoring interface
0 commit comments