Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
5069c5fa
Commit
5069c5fa
authored
4 years ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
removed variables again
parent
6bbe0129
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config.py
+1
-1
1 addition, 1 deletion
config.py
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
nopaque.env.tpl
+0
-1
0 additions, 1 deletion
nopaque.env.tpl
with
3 additions
and
4 deletions
config.py
+
1
−
1
View file @
5069c5fa
...
@@ -20,7 +20,7 @@ class Config:
...
@@ -20,7 +20,7 @@ class Config:
'''
### Opaque ###
'''
'''
### Opaque ###
'''
NOPAQUE_ADMIN
=
os
.
environ
.
get
(
'
NOPAQUE_ADMIN
'
)
NOPAQUE_ADMIN
=
os
.
environ
.
get
(
'
NOPAQUE_ADMIN
'
)
NOPAQUE_STORAGE
=
os
.
environ
.
get
(
'
NOPAQUE_STORAGE
'
)
NOPAQUE_STORAGE
=
'
/mnt/dind_swarm/nopaque
'
@staticmethod
@staticmethod
def
init_app
(
app
):
def
init_app
(
app
):
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
2
View file @
5069c5fa
...
@@ -21,7 +21,7 @@ services:
...
@@ -21,7 +21,7 @@ services:
-
default
-
default
-
reverse-proxy
-
reverse-proxy
volumes
:
volumes
:
-
"
/mnt/dind_swarm/nopaque:/mnt/nopaque"
-
"
/mnt/dind_swarm/nopaque:/mnt/
dind_swarm/
nopaque"
-
"
./app:/home/nopaque/app"
-
"
./app:/home/nopaque/app"
-
"
./logs:/home/nopaque/logs"
-
"
./logs:/home/nopaque/logs"
-
"
./migrations:/home/nopaque/migrations"
-
"
./migrations:/home/nopaque/migrations"
...
@@ -38,7 +38,7 @@ services:
...
@@ -38,7 +38,7 @@ services:
-
"
host.docker.internal:172.17.0.1"
-
"
host.docker.internal:172.17.0.1"
image
:
gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque_daemon:latest
image
:
gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque_daemon:latest
volumes
:
volumes
:
-
"
/mnt/dind_swarm/nopaque:/mnt/nopaque"
-
"
/mnt/dind_swarm/nopaque:/mnt/
dind_swarm/
nopaque"
-
"
./logs:/home/nopaqued/logs"
-
"
./logs:/home/nopaqued/logs"
-
"
../opaque_daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
-
"
../opaque_daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
-
"
../opaque_daemon/nopaqued.py:/home/nopaqued/nopaqued.py"
-
"
../opaque_daemon/nopaqued.py:/home/nopaqued/nopaqued.py"
...
...
This diff is collapsed.
Click to expand it.
nopaque.env.tpl
+
0
−
1
View file @
5069c5fa
...
@@ -26,5 +26,4 @@ MAIL_DEFAULT_SENDER=
...
@@ -26,5 +26,4 @@ MAIL_DEFAULT_SENDER=
### nopaque ###
### nopaque ###
NOPAQUE_ADMIN=
NOPAQUE_ADMIN=
NOPAQUE_HOST_STORAGE=
NOPAQUE_STORAGE=
NOPAQUE_STORAGE=
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