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
This commit is contained in:
2026-03-17 18:15:10 -05:00
parent 861f5030f4
commit b520d47ab3
14 changed files with 316 additions and 24 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
.gitignore
__pycache__
.pytest_cache
.env
.venv
*.pyc
*.egg-info
.eggs
dist
build
.ruff_cache
.mypy_cache
.DS_Store
*.log