fix: priority ^~ /uploads/ routing in Nginx and share strapi_uploads volume with backend

This commit is contained in:
Vishva
2026-08-04 11:09:28 +05:30
parent d66df5ed43
commit 923c50bfac
3 changed files with 64 additions and 33 deletions
+1
View File
@@ -71,6 +71,7 @@ services:
volumes:
- backend_uploads:/app/server/uploads
- backend_data:/app/server/data
- strapi_uploads:/app/strapi-cms/public/uploads
depends_on:
- strapi-cms
networks: