feat: update file upload paths and add dynamic file retrieval endpoint

This commit is contained in:
2025-10-18 20:05:11 +02:00
parent fc13c94d5f
commit 1994ed5810
7 changed files with 54 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ services:
- '3000:3000'
volumes:
- ./data:/app/prisma/data
- ./uploads:/app/public/uploads
- ./uploads:/app/uploads
environment:
- NEXTAUTH_SECRET=your_secret_key
- NEXTAUTH_URL=http://localhost:3000