File tree 2 files changed +9
-2
lines changed
deployments/examples/ocis_full/web_extensions
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ Enhancement: Bump importer app
2
+
3
+ The importer app in the ocis_full example has been updated.
4
+ It's using the upstream Uppy Companion Docker image now.
5
+
6
+ https://github.com/owncloud/ocis/pull/10880
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
condition : service_completed_successfully
15
15
16
16
importer-init :
17
- image : owncloud/web-extensions:importer-0.1 .0
17
+ image : owncloud/web-extensions:importer-0.3 .0
18
18
user : root
19
19
volumes :
20
20
- ocis-apps:/apps
@@ -23,7 +23,7 @@ services:
23
23
command : [ "-c", "cp -R /var/lib/nginx/html/importer/ /apps" ]
24
24
25
25
companion :
26
- image : ${COMPANION_IMAGE:-owncloud/uppy- companion:3.12.13-owncloud }
26
+ image : ${COMPANION_IMAGE:-transloadit/ companion:5.5.0 }
27
27
networks :
28
28
- ocis-net
29
29
environment :
@@ -35,6 +35,7 @@ services:
35
35
COMPANION_UPLOAD_URLS : " ^https://${OCIS_DOMAIN:-ocis.owncloud.test}/"
36
36
COMPANION_ONEDRIVE_KEY : " ${COMPANION_ONEDRIVE_KEY}"
37
37
COMPANION_ONEDRIVE_SECRET : " ${COMPANION_ONEDRIVE_SECRET}"
38
+ COMPANION_TUS_DEFERRED_UPLOAD_LENGTH : ' false'
38
39
volumes :
39
40
- companion-data:/tmp/companion/
40
41
labels :
You can’t perform that action at this time.
0 commit comments