feat: Add multi-cluster support with JSON config
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user