Skip to content

Commit 950f0c7

Browse files
koebelS-Panta
andauthored
adding dicom-viewer.yml (#67)
* adding draft for apps.yaml * update name and change location of the file * adding proper config * update path to docker image * updated yml file --------- Co-authored-by: Sabin <[email protected]>
1 parent 5a846ab commit 950f0c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dicom-viewer.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
services:
3+
ocis:
4+
depends_on:
5+
dicomviewer-init:
6+
condition: service_completed_successfully
7+
8+
dicomviewer-init:
9+
image: owncloud/web-app-dicom-viewer:latest
10+
user: root
11+
volumes:
12+
- ocis-apps:/apps
13+
entrypoint:
14+
- /bin/sh
15+
command: ["-c", "cp -R /app /apps/dicom-viewer"]

0 commit comments

Comments
 (0)