Skip to content

Commit ccb7057

Browse files
rdimitrovclaude
andauthored
docs: note PostgreSQL requirement for prebuilt Docker image (#1196)
## Summary - Clarifies in the README that the prebuilt Docker image does not bundle PostgreSQL and needs an external instance reachable via \`MCP_REGISTRY_DATABASE_URL\` - Points readers to \`docker-compose.yml\` as a working multi-container example Closes #723 ## Test plan - [ ] Render the README on GitHub and verify the note appears in the "Alternative: Running a pre-built Docker image" section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aaa634e commit ccb7057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The setup can be configured with environment variables in [docker-compose.yml](.
5454
<details>
5555
<summary>Alternative: Running a pre-built Docker image</summary>
5656

57-
Pre-built Docker images are automatically published to GitHub Container Registry:
57+
Pre-built Docker images are automatically published to GitHub Container Registry. Note that the image does not bundle PostgreSQL, so you need to run your own and point the registry at it via `MCP_REGISTRY_DATABASE_URL` (see [docker-compose.yml](./docker-compose.yml) for a working example):
5858

5959
```bash
6060
# Run latest stable release

0 commit comments

Comments
 (0)