feat: Implement file upload structure and API for file retrieval

This commit is contained in:
2025-09-16 11:27:25 +02:00
parent e5955a31fd
commit 06599c844a
9 changed files with 76 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ services:
- "3001:3000"
volumes:
- ./data:/app/data
- ./uploads:/app/public/uploads
environment:
- NODE_ENV=production
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET:-your-secret-key-generate-a-strong-random-string-at-least-32-characters}