Files
NaliiaBotMCP/docker-compose.yaml
aserrador b520d47ab3 feat: add Docker support with uv and update taskipy start command
- Add Dockerfile using uv for dependency management
- Add docker-compose.yaml for container orchestration
- Add .dockerignore to optimize builds
- Update taskipy start task with http transport and port 3001
- Update README.md and AGENTS.md with Docker documentation
2026-03-18 14:04:06 -05:00

10 lines
132 B
YAML

services:
mcp:
build:
context: .
dockerfile: Dockerfile
ports:
- "3001:3001"
env_file:
- .env