superbrain-server 1.0.28 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superbrain-server",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "1-Line Auto-Installer and Server Execution wrapper for SuperBrain",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -61,6 +61,8 @@ services:
61
61
  - superbrain-temp:/app/temp
62
62
  # Uploads
63
63
  - superbrain-uploads:/app/static/uploads
64
+ # Extracted ZIP Thumbnails
65
+ - superbrain-thumbnails:/app/static/thumbnails
64
66
  # Logs
65
67
  - superbrain-logs:/app/logs
66
68
 
@@ -116,5 +118,7 @@ volumes:
116
118
  driver: local
117
119
  superbrain-uploads:
118
120
  driver: local
121
+ superbrain-thumbnails:
122
+ driver: local
119
123
  superbrain-logs:
120
124
  driver: local