create-directus-docker 1.6.4 → 1.6.5
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
|
@@ -10,6 +10,7 @@ services:
|
|
|
10
10
|
- "443:443"
|
|
11
11
|
volumes:
|
|
12
12
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
13
|
+
- ./custom_proxy_settings.conf:/etc/nginx/conf.d/custom_proxy_settings.conf
|
|
13
14
|
- conf:/etc/nginx/conf.d
|
|
14
15
|
- vhost:/etc/nginx/vhost.d
|
|
15
16
|
- html:/usr/share/nginx/html
|
|
@@ -132,6 +133,8 @@ services:
|
|
|
132
133
|
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
|
|
133
134
|
CORS_ENABLED: 'true'
|
|
134
135
|
CORS_ORIGIN: 'true'
|
|
136
|
+
FILES_MAX_UPLOAD_SIZE: '10mb'
|
|
137
|
+
MAX_PAYLOAD_SIZE: '10mb'
|
|
135
138
|
|
|
136
139
|
# uncomment the following lines to enable email verification
|
|
137
140
|
EMAIL_VERIFY_SETUP: 'true'
|