Suggestion: Add a docker image #23
theimpostor
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
Yeah, good idea. I'm currently testing across dbs with https://github.com/lerocha/chinook-database/blob/master/docker-compose.yml. If you post one to a repo somewhere I'd love to refer to it from the README! |
0 replies
|
But wouldn't it be more natural to separate the mcp-server and db servers into separate containers? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would be cool if you had a Docker image for this server, makes it easy to test with the Chinook database. Something like this:
Assuming that is tagged as 'some-registry/mcp-alchemy:latest', you would then run as:
In Claude or whatever, no need to specify DB_URL. Or it could be run with a bind mount to the db file and DB_URL overridden at runtime.
All reactions