added repo

This commit is contained in:
2026-03-03 14:25:43 +00:00
commit 4328ada595
15 changed files with 2118 additions and 0 deletions

12
compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
mock-task-api:
build:
context: .
dockerfile: Dockerfile
environment:
PORT: 3010
DB_PATH: /app/data/mock-task-manager.sqlite
ports:
- "3010:3010"
volumes:
- ./data:/app/data