Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
constrainify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Harbor Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AQinDa
constrainify
Commits
0699c581
Unverified
Commit
0699c581
authored
10 months ago
by
Markus Matoni
Browse files
Options
Downloads
Patches
Plain Diff
adapt pulling of docker images to harbor
parent
06ff2525
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
docker-compose.yaml
+2
-2
2 additions, 2 deletions
docker-compose.yaml
with
7 additions
and
2 deletions
README.md
+
5
−
0
View file @
0699c581
...
...
@@ -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:
```
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yaml
+
2
−
2
View file @
0699c581
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment