Commit 5902d66d9c556a870db3aa5577759420dec669ba
1 parent
3574db7e
Exists in
master
add an example of volumes mount + make a dir for logos
Showing
3 changed files
with
7 additions
and
1 deletions
Show diff stats
docker-compose.yml
... | ... | @@ -20,4 +20,10 @@ services: |
20 | 20 | args: |
21 | 21 | - "VERSION=${VERSION}" |
22 | 22 | - "INSTITUTION=${INSTITUTION}" |
23 | - - "SERVER=${SERVER}" | |
23 | + - "SERVER=${SERVER}" | |
24 | +# example if you need to mount volumes (e.g if your service needs to parse files or if you want to upload it through dachs) | |
25 | +# volumes: | |
26 | +# - ./data:/home/dachsroot/data | |
27 | + | |
28 | + | |
29 | + | ... | ... |
logo_big.png renamed to logos/logo_big.png
15.5 KB
logo_medium.png renamed to logos/logo_medium.png
9.49 KB