Skip to content

Commit 41a5390

Browse files
committed
chore: update importer
1 parent 9591346 commit 41a5390

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog/unreleased/bump-importer.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

deployments/examples/ocis_full/web_extensions/importer.yml

+3-2
Original file line numberDiff line numberDiff 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.5.0}
2727
networks:
2828
- ocis-net
2929
environment:
@@ -35,6 +35,7 @@ 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'
3839
volumes:
3940
- companion-data:/tmp/companion/
4041
labels:

0 commit comments

Comments
 (0)