diff --git a/dicom-viewer.yml b/dicom-viewer.yml new file mode 100644 index 00000000..63f44843 --- /dev/null +++ b/dicom-viewer.yml @@ -0,0 +1,15 @@ +--- +services: + ocis: + depends_on: + dicomviewer-init: + condition: service_completed_successfully + + dicomviewer-init: + image: owncloud/web-app-dicom-viewer:latest + user: root + volumes: + - ocis-apps:/apps + entrypoint: + - /bin/sh + command: ["-c", "cp -R /app /apps/dicom-viewer"]