Files
leave-agent/docker-compose.yml
purvarao 07a983d24f
Some checks failed
Cloudflare Worker API Template / Deploy to ${{ github.ref_name }} environment (push) Failing after 15s
Initial commit from template
2025-11-21 16:27:27 +05:30

19 lines
346 B
YAML

version: '3.8'
services:
template-server:
build:
context: .
dockerfile: Dockerfile
ports:
- "8787:8787"
volumes:
- .:/mcp-server
- node_modules:/mcp-server/node_modules
environment:
- WORKER_ENV=${WORKER_ENV:-development}
command: npx wrangler dev --ip 0.0.0.0
volumes:
node_modules: