mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
Merge pull request #10880 from owncloud/chore/update-importer
chore: update importer
This commit is contained in:
6
changelog/unreleased/bump-importer.md
Normal file
6
changelog/unreleased/bump-importer.md
Normal file
@@ -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
|
||||
@@ -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.8.0}
|
||||
networks:
|
||||
- ocis-net
|
||||
environment:
|
||||
@@ -35,6 +35,8 @@ 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'
|
||||
COMPANION_CLIENT_ORIGINS: "https://${OCIS_DOMAIN:-ocis.owncloud.test},https://${COMPANION_DOMAIN:-companion.owncloud.test}"
|
||||
volumes:
|
||||
- companion-data:/tmp/companion/
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user