From 5902d66d9c556a870db3aa5577759420dec669ba Mon Sep 17 00:00:00 2001 From: ChloƩ Azria Date: Thu, 16 Mar 2023 16:52:17 +0100 Subject: [PATCH] add an example of volumes mount + make a dir for logos --- docker-compose.yml | 8 +++++++- logo_big.png | Bin 15906 -> 0 bytes logo_medium.png | Bin 9718 -> 0 bytes logos/logo_big.png | Bin 0 -> 15906 bytes logos/logo_medium.png | Bin 0 -> 9718 bytes 5 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 logo_big.png delete mode 100644 logo_medium.png create mode 100644 logos/logo_big.png create mode 100644 logos/logo_medium.png diff --git a/docker-compose.yml b/docker-compose.yml index bd21bac..fef8e7e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,4 +20,10 @@ services: args: - "VERSION=${VERSION}" - "INSTITUTION=${INSTITUTION}" - - "SERVER=${SERVER}" + - "SERVER=${SERVER}" +# 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) +# volumes: +# - ./data:/home/dachsroot/data + + + diff --git a/logo_big.png b/logo_big.png deleted file mode 100644 index 9aa525c..0000000 Binary files a/logo_big.png and /dev/null differ diff --git a/logo_medium.png b/logo_medium.png deleted file mode 100644 index fdea9a3..0000000 Binary files a/logo_medium.png and /dev/null differ diff --git a/logos/logo_big.png b/logos/logo_big.png new file mode 100644 index 0000000..9aa525c Binary files /dev/null and b/logos/logo_big.png differ diff --git a/logos/logo_medium.png b/logos/logo_medium.png new file mode 100644 index 0000000..fdea9a3 Binary files /dev/null and b/logos/logo_medium.png differ -- libgit2 0.21.2