Skip to content

Commit 9d4a7de

Browse files
authored
Merge pull request #47 from Finoptimize/pre-production-cleanup
Fix: Use lowercase repository name in docker-compose and remove obsol…
2 parents 552d9cf + 3805f34 commit 9d4a7de

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
version: '3.8'
2-
31
services:
42
# AgentaFlow Web Dashboard - Using latest built image
53
agentaflow-dashboard:
6-
image: ghcr.io/${GITHUB_REPOSITORY:-finoptimize/agentaflow-sro-community}:web-dashboard-latest
4+
image: ghcr.io/finoptimize/agentaflow-sro-community:web-dashboard-latest
75
container_name: agentaflow-dashboard-test
86
ports:
97
- "9000:9000" # Web Dashboard

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
# AgentaFlow Web Dashboard - Main monitoring interface
53
agentaflow-dashboard:

0 commit comments

Comments
 (0)