fix(docs): revert Docker network name to molecule-monorepo-net (confirmed in docker-compose.infra.yml L121)

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 <noreply@anthropic.com>
This commit is contained in:
Molecule AI · documentation-specialist 2026-04-18 11:37:27 +00:00
parent 3aa6940d27
commit 3096ecfb3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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