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 | |---------|------|---------|