From 41a5390aabb9866291a62b0ae74785bfbccebe00 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 16 Jan 2025 11:17:20 +0100 Subject: [PATCH] chore: update importer --- changelog/unreleased/bump-importer.md | 6 ++++++ deployments/examples/ocis_full/web_extensions/importer.yml | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/bump-importer.md diff --git a/changelog/unreleased/bump-importer.md b/changelog/unreleased/bump-importer.md new file mode 100644 index 00000000000..b1abca96c0f --- /dev/null +++ b/changelog/unreleased/bump-importer.md @@ -0,0 +1,6 @@ +Enhancement: Bump importer app + +The importer app in the ocis_full example has been updated. +It's using the upstream Uppy Companion Docker image now. + +https://github.com/owncloud/ocis/pull/10880 diff --git a/deployments/examples/ocis_full/web_extensions/importer.yml b/deployments/examples/ocis_full/web_extensions/importer.yml index 82f36486bac..5c4c1bd3b2b 100644 --- a/deployments/examples/ocis_full/web_extensions/importer.yml +++ b/deployments/examples/ocis_full/web_extensions/importer.yml @@ -14,7 +14,7 @@ services: condition: service_completed_successfully importer-init: - image: owncloud/web-extensions:importer-0.1.0 + image: owncloud/web-extensions:importer-0.3.0 user: root volumes: - ocis-apps:/apps @@ -23,7 +23,7 @@ services: command: [ "-c", "cp -R /var/lib/nginx/html/importer/ /apps" ] companion: - image: ${COMPANION_IMAGE:-owncloud/uppy-companion:3.12.13-owncloud} + image: ${COMPANION_IMAGE:-transloadit/companion:5.5.0} networks: - ocis-net environment: @@ -35,6 +35,7 @@ services: COMPANION_UPLOAD_URLS: "^https://${OCIS_DOMAIN:-ocis.owncloud.test}/" COMPANION_ONEDRIVE_KEY: "${COMPANION_ONEDRIVE_KEY}" COMPANION_ONEDRIVE_SECRET: "${COMPANION_ONEDRIVE_SECRET}" + COMPANION_TUS_DEFERRED_UPLOAD_LENGTH: 'false' volumes: - companion-data:/tmp/companion/ labels: