feat: add image upload for avatar and banner

This commit is contained in:
2026-05-24 02:06:47 +02:00
parent 1874954ad7
commit 01932cf337
40 changed files with 1396 additions and 112 deletions

View File

@@ -32,6 +32,10 @@ services:
BASE_URL: http://localhost:8000
NATS_URL: nats://nats:4222
RUST_LOG: info
STORAGE_BACKEND: local
STORAGE_PATH: /data/media
volumes:
- media_data:/data/media
depends_on:
postgres:
condition: service_healthy
@@ -65,3 +69,4 @@ services:
volumes:
postgres_data:
media_data: