chore: Use pre-built Docker image from GHCR

- Update compose.yaml to use ghcr.io/b3nw/nginx-proxy-manager-mcp:latest
- Add Docker quick start section to README
- Users can now deploy without cloning the repo
This commit is contained in:
Ben
2025-12-18 03:47:35 +00:00
parent 18b76b673b
commit 37ad76f012
2 changed files with 29 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
# Example Docker Compose configuration for NPM MCP Server
# This runs the MCP server in HTTP mode, suitable for remote AI agents
# Docker Compose configuration for NPM MCP Server
services:
npm-mcp:
build: .
image: ghcr.io/b3nw/nginx-proxy-manager-mcp:latest
container_name: npm-mcp
restart: unless-stopped
ports:
@@ -40,7 +39,7 @@ services:
# - npm_letsencrypt:/etc/letsencrypt
#
# npm-mcp:
# build: .
# image: ghcr.io/b3nw/nginx-proxy-manager-mcp:latest
# environment:
# - NPM_API_URL=http://nginx-proxy-manager:81/api
# - NPM_IDENTITY=admin@example.com