feat(profile): implement avatar upload functionality and update profile handling

This commit is contained in:
2026-03-29 15:12:34 +02:00
parent 3b57ad4f37
commit a3964eb047
8 changed files with 131 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ services:
NEXTAUTH_URL: http://localhost:3000
ports:
- "3000:3000"
volumes:
- avatar_uploads:/app/public/uploads/avatars
volumes:
postgres_data:
avatar_uploads: