From 3096ecfb3b925bf6b57c184bd0fce42ae647be27 Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Sat, 18 Apr 2026 11:37:27 +0000 Subject: [PATCH] fix(docs): revert Docker network name to molecule-monorepo-net (confirmed in docker-compose.infra.yml L121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit molecule-core-net was incorrect — docker-compose.infra.yml and docker-compose.yml both declare the network as molecule-monorepo-net (8+ references confirmed). Repo was renamed to molecule-core but the network name was not changed. Co-Authored-By: Claude Sonnet 4.6 --- content/docs/architecture.mdx | 2 +- content/docs/self-hosting.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/architecture.mdx b/content/docs/architecture.mdx index 831036a..16b05c9 100644 --- a/content/docs/architecture.mdx +++ b/content/docs/architecture.mdx @@ -144,7 +144,7 @@ A terminal UI dashboard for real-time workspace monitoring, event log streaming, ## Infrastructure Services -All services run via `docker-compose.infra.yml`, attached to the shared `molecule-core-net` network. Start them with: +All services run via `docker-compose.infra.yml`, attached to the shared `molecule-monorepo-net` network. Start them with: ```bash ./infra/scripts/setup.sh # Start Postgres, Redis, Langfuse, Temporal; run migrations diff --git a/content/docs/self-hosting.mdx b/content/docs/self-hosting.mdx index daf9d76..4b2fe60 100644 --- a/content/docs/self-hosting.mdx +++ b/content/docs/self-hosting.mdx @@ -28,7 +28,7 @@ This script starts all infrastructure services, builds the platform, and launche ## Infrastructure Setup -Molecule AI depends on four infrastructure services, all managed via `docker-compose.infra.yml` and attached to the shared `molecule-core-net` Docker network: +Molecule AI depends on four infrastructure services, all managed via `docker-compose.infra.yml` and attached to the shared `molecule-monorepo-net` Docker network: | Service | Port | Purpose | |---------|------|---------|