Files
proxmox-mcp-custom/docker-compose.dev.yml
Ben 9c7e2d41dc
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 7s
Initial commit: Custom Proxmox MCP with SSE wrapper
2025-12-14 20:52:58 +00:00

12 lines
198 B
YAML

services:
proxmox-mcp-dev:
build:
context: .
dockerfile: Dockerfile
container_name: proxmox-mcp-dev
env_file:
- .env
ports:
- "8001:8000"
restart: "no"