Skip to content
Snippets Groups Projects
Unverified Commit 0699c581 authored by Markus Matoni's avatar Markus Matoni
Browse files

adapt pulling of docker images to harbor

parent 06ff2525
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,11 @@ Users only need an affinity for quality problems and an interest in high data qu
> **Step 2** Set up a secret key stored in the file `session_key.env` that looks like this: `6zgm8raxznijv7781k49ut5m9`.
> **Step 3** Make sure you have a docker built image of constrainify-core, qpm and mqaf.
```
docker pull harbor.gwdg.de/aqinda/constrainify-core
docker pull harbor.gwdg.de/aqinda/qpm
docker pull harbor.gwdg.de/aqinda/mqaf
```
> **Step 4** User Docker to run the application:
```
......
......@@ -3,7 +3,7 @@ version: '3.8'
services:
constrainify-core:
image: "constrainify-core"
image: "harbor.gwdg.de/aqinda/constrainify-core"
environment:
APP_NAME: constrainify-core
LOG_FILENAME: /shared/constrainify-core.log
......@@ -18,7 +18,7 @@ services:
- "8000:8000"
qpm:
image: "qpm"
image: "harbor.gwdg.de/aqinda/qpm"
environment:
SHARED_VOLUME: /shared
UPLOAD_FOLDER: /shared/uploads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment