docs(03): complete Phase 3 Images

- All 4 plans executed successfully
- 5/5 success criteria verified
- CameraCapture replaced with native file input for HTTP compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Richter
2026-01-31 12:23:24 +01:00
parent c78330ad35
commit ea50fe9820
18 changed files with 167 additions and 6 deletions

15
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
taskplaner-dev:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- "5173:5173"
volumes:
# Mount source for hot reload
- ./src:/app/src
- ./static:/app/static
# Mount data directory for SQLite persistence
- ./data:/app/data
environment:
- NODE_ENV=development