Files
proxmox-mcp-custom/docker-compose.dev.yml
Ben 2bb507cdac
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 7s
init: custom proxmox MCP server with SSE impementation
2025-12-15 00:56:25 +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"