feat(profile): implement avatar upload functionality and update profile handling
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user