feat(job-completion): add message and photo upload to job completion

This commit is contained in:
2026-01-13 11:41:21 +01:00
parent e104a9d377
commit 97d8f12fc0
14 changed files with 265 additions and 25 deletions

View File

@@ -7,4 +7,5 @@ services:
- DATABASE_URL=file:/app/data/dev.db
volumes:
- ./data:/app/data
- ./public/uploads:/app/public/uploads
restart: always