Files
file-explorer-api-r2/docker-compose.yml
2025-10-28 11:50:15 +00:00

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: