Skip to content

Commit 3aacb8a

Browse files
authored
Merge pull request #10880 from owncloud/chore/update-importer
chore: update importer
2 parents b0cca61 + feb1ec0 commit 3aacb8a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
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

Lines changed: 4 additions & 2 deletions
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.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:

0 commit comments

Comments
 (0)