add docker compose

This commit is contained in:
2025-03-26 23:21:26 -03:00
parent b1e8f19d39
commit 7021833476
11 changed files with 71 additions and 15 deletions

View File

@@ -16,3 +16,9 @@ pytest:
htmlcov: pytest
uv run python -m http.server 80 -d htmlcov
up:
docker compose up -d
down:
docker compose down