File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
deployments/examples/ocis_full/web_extensions Expand file tree Collapse file tree 2 files changed +10
-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:
1414 condition : service_completed_successfully
1515
1616 importer-init :
17- image : owncloud/web-extensions:importer-0.1 .0
17+ image : owncloud/web-extensions:importer-0.3 .0
1818 user : root
1919 volumes :
2020 - ocis-apps:/apps
@@ -23,7 +23,7 @@ services:
2323 command : [ "-c", "cp -R /var/lib/nginx/html/importer/ /apps" ]
2424
2525 companion :
26- image : ${COMPANION_IMAGE:-owncloud/uppy- companion:3.12.13-owncloud }
26+ image : ${COMPANION_IMAGE:-transloadit/ companion:5.8.0 }
2727 networks :
2828 - ocis-net
2929 environment :
@@ -35,6 +35,8 @@ services:
3535 COMPANION_UPLOAD_URLS : " ^https://${OCIS_DOMAIN:-ocis.owncloud.test}/"
3636 COMPANION_ONEDRIVE_KEY : " ${COMPANION_ONEDRIVE_KEY}"
3737 COMPANION_ONEDRIVE_SECRET : " ${COMPANION_ONEDRIVE_SECRET}"
38+ COMPANION_TUS_DEFERRED_UPLOAD_LENGTH : ' false'
39+ COMPANION_CLIENT_ORIGINS : " https://${OCIS_DOMAIN:-ocis.owncloud.test},https://${COMPANION_DOMAIN:-companion.owncloud.test}"
3840 volumes :
3941 - companion-data:/tmp/companion/
4042 labels :
You can’t perform that action at this time.
0 commit comments