From 97454a8941b0b44c75a31b2414b4ae6358309169 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Sep 2026 04:26:04 +0200 Subject: [PATCH] refactor: the clinical index volume is named for what it holds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mcp-server_mcp-data carried the Compose project prefix, which tied its name to a directory that has since been renamed to clinical-assist-deploy. It is now clinical-assist-data, named explicitly in both stacks so it no longer depends on a project name at all. Migrated rather than renamed, because Docker cannot rename a volume: writers stopped, 2.9GB copied, then verified before switching — 13265 files both sides, 3080478708 bytes of file content both sides, and an md5 over every file in sorted order matching exactly. The old volume is kept, and is now referenced by nothing, so it can be removed once this has run for a while. Also removed mcp-server_qdrant-data: 1.7GB belonging to a Qdrant deployment that no longer exists and which no container mounted. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9fc33f49..bbdb65df 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -113,7 +113,7 @@ volumes: redis-data: clinical-assistant-mcp-data: external: true - name: mcp-server_mcp-data + name: clinical-assist-data networks: danvics_mcp: