feat: Add multi-cluster support with JSON config
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s

This commit is contained in:
Ben
2025-12-15 01:37:31 +00:00
parent 2bb507cdac
commit 4b576d40ad
8 changed files with 317 additions and 229 deletions

View File

@@ -4,8 +4,10 @@ services:
context: .
dockerfile: Dockerfile
container_name: proxmox-mcp-dev
env_file:
- .env
environment:
- MCP_ALLOWED_HOSTS=localhost:*,127.0.0.1:*
volumes:
- ./clusters.json:/app/clusters.json:ro
ports:
- "8001:8000"
restart: "no"