Set STORAGE_URL so uploaded files get public URLs

Without this, files were saved with http://localhost:3000/uploads/... URLs
which are unreachable from the browser. Now uses the public backend domain.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-28 17:54:21 -05:00
co-authored by Claude Sonnet 4.6
parent 7935e48fae
commit aa241d733d
+1
View File
@@ -5,6 +5,7 @@ services:
- '3001:3001'
environment:
- PORT=3001
- STORAGE_URL=https://backend.prosapp.co/uploads
admin:
build: