From 3839570e2e898d4fd7f3fa998e1beabf0198f07c Mon Sep 17 00:00:00 2001 From: charlie83Gs Date: Fri, 27 Mar 2026 11:58:52 -0600 Subject: [PATCH] fix(docker): update Dockerfiles for renamed worker services Remove references to deleted services (worker-conversations, worker-orchestrator, worker-query) and add worker-bottomup and worker-synthesis to the workspace member list in all Dockerfiles. Co-Authored-By: Claude Opus 4.6 (1M context) --- services/api/Dockerfile | 5 ++--- services/mcp/Dockerfile | 5 ++--- services/worker-bottomup/Dockerfile | 1 + services/worker-ingest/Dockerfile | 5 ++--- services/worker-nodes/Dockerfile | 5 ++--- services/worker-search/Dockerfile | 5 ++--- services/worker-sync/Dockerfile | 5 ++--- 7 files changed, 13 insertions(+), 18 deletions(-) diff --git a/services/api/Dockerfile b/services/api/Dockerfile index 61a5267c..244194b8 100644 --- a/services/api/Dockerfile +++ b/services/api/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/api/ services/api/ diff --git a/services/mcp/Dockerfile b/services/mcp/Dockerfile index 00c02f14..9037db95 100644 --- a/services/mcp/Dockerfile +++ b/services/mcp/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/mcp/ services/mcp/ diff --git a/services/worker-bottomup/Dockerfile b/services/worker-bottomup/Dockerfile index 21ba3b9e..b59e69e4 100644 --- a/services/worker-bottomup/Dockerfile +++ b/services/worker-bottomup/Dockerfile @@ -17,6 +17,7 @@ COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/worker-bottomup/ services/worker-bottomup/ diff --git a/services/worker-ingest/Dockerfile b/services/worker-ingest/Dockerfile index 025c7e89..56a65be9 100644 --- a/services/worker-ingest/Dockerfile +++ b/services/worker-ingest/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/worker-ingest/ services/worker-ingest/ diff --git a/services/worker-nodes/Dockerfile b/services/worker-nodes/Dockerfile index f3147869..c01385f0 100644 --- a/services/worker-nodes/Dockerfile +++ b/services/worker-nodes/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/worker-nodes/ services/worker-nodes/ diff --git a/services/worker-search/Dockerfile b/services/worker-search/Dockerfile index dcb0ebac..95eab81e 100644 --- a/services/worker-search/Dockerfile +++ b/services/worker-search/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/worker-search/ services/worker-search/ diff --git a/services/worker-sync/Dockerfile b/services/worker-sync/Dockerfile index fcfe8589..681733f9 100644 --- a/services/worker-sync/Dockerfile +++ b/services/worker-sync/Dockerfile @@ -12,13 +12,12 @@ COPY libs/ libs/ COPY services/api/pyproject.toml services/api/pyproject.toml COPY services/mcp/pyproject.toml services/mcp/pyproject.toml COPY services/worker-all/pyproject.toml services/worker-all/pyproject.toml -COPY services/worker-conversations/pyproject.toml services/worker-conversations/pyproject.toml +COPY services/worker-bottomup/pyproject.toml services/worker-bottomup/pyproject.toml COPY services/worker-ingest/pyproject.toml services/worker-ingest/pyproject.toml COPY services/worker-nodes/pyproject.toml services/worker-nodes/pyproject.toml -COPY services/worker-orchestrator/pyproject.toml services/worker-orchestrator/pyproject.toml -COPY services/worker-query/pyproject.toml services/worker-query/pyproject.toml COPY services/worker-search/pyproject.toml services/worker-search/pyproject.toml COPY services/worker-sync/pyproject.toml services/worker-sync/pyproject.toml +COPY services/worker-synthesis/pyproject.toml services/worker-synthesis/pyproject.toml # Copy this service's source COPY services/worker-sync/ services/worker-sync/