Files
proxmox-mcp-custom/docker-compose.dev.yml
Ben 4b576d40ad
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
feat: Add multi-cluster support with JSON config
2025-12-15 01:37:31 +00:00

14 lines
297 B
YAML

services:
proxmox-mcp-dev:
build:
context: .
dockerfile: Dockerfile
container_name: proxmox-mcp-dev
environment:
- MCP_ALLOWED_HOSTS=localhost:*,127.0.0.1:*
volumes:
- ./clusters.json:/app/clusters.json:ro
ports:
- "8001:8000"
restart: "no"