Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ services:
image: ghcr.io/amintacccp/github-stars-manager-server:${BACKEND_IMAGE_TAG:-latest}
# Uncomment below (and comment out 'image') to build locally instead:
# build: ./server
ports:
# Published to the localhost interface only (loopback) so local MCP
# clients (e.g. Claude Desktop/Cursor) can reach the MCP endpoint at
# http://localhost:3000/mcp without exposing it on all host interfaces.
- "127.0.0.1:${BACKEND_HOST_PORT:-3000}:3000"
expose:
- "3000"
environment:
Expand Down
Loading
Loading