# docker-compose.yml services: python-mcp: build: . container_name: python-sandbox-mcp ports: - "8000:8000" restart: unless-stopped