Spaces:
Sleeping
Sleeping
File size: 291 Bytes
7eb1167 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
version: '3.8'
services:
foam-agent-mcp:
build: .
ports:
- "7860:7860"
env_file:
- .env
environment:
- MCP_TRANSPORT=http
- MCP_PORT=7860
- CONDA_DEFAULT_ENV=openfoamAgent
volumes:
- ./output:/app/output
restart: unless-stopped
|