Skip to content

chore(docker): decouple compose from the metamcp network - #1

Merged
steve-krisjanovs merged 1 commit into
mainfrom
chore/decouple-compose-from-metamcp
Aug 16, 2026
Merged

chore(docker): decouple compose from the metamcp network#1
steve-krisjanovs merged 1 commit into
mainfrom
chore/decouple-compose-from-metamcp

Conversation

@steve-krisjanovs

Copy link
Copy Markdown
Contributor

Summary

docker/compose.yaml declared an external: true network named metamcp_metamcp-network, created by a separate compose project on one machine. That project was torn down, so docker compose up -d now fails outright — and the coupling was never reproducible for anyone else in the first place.

What changes

  • Drop the external network requirement. The service binds 127.0.0.1:3900 as before; clients point at http://localhost:3900/mcp.
  • Document joining an existing network as an optional commented block, for anyone fronting this with an aggregator.
  • README: the Docker section no longer describes itself as "for metamcp wiring".

No image, runtime, port or healthcheck changes. docker compose config validates.

🤖 Generated with Claude Code

https://claude.ai/code/session_0149Mg7kTnE3eKwmCag5KEcY

The compose file required an external network created by another project
(metamcp_metamcp-network). That project no longer exists, so `up -d` now fails
for everyone, and it was never reproducible outside one machine to begin with.

Drops the external network and documents joining one as an optional block. The
server still binds 127.0.0.1:3900; a client points at /mcp. README wording
follows.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0149Mg7kTnE3eKwmCag5KEcY
@steve-krisjanovs
steve-krisjanovs merged commit a0c2333 into main Aug 16, 2026
2 checks passed
@steve-krisjanovs
steve-krisjanovs deleted the chore/decouple-compose-from-metamcp branch August 16, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant