EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
ESA
PRISM
VS
Commits
e558d513
Commit
e558d513
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
rename test routers, fix syntax compose
parent
46e40702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!36
Staging to master to prepare 1.0.0 release
,
!34
Shib auth
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.test.ops.yml
+10
-13
10 additions, 13 deletions
docker-compose.test.ops.yml
with
10 additions
and
13 deletions
docker-compose.test.ops.yml
+
10
−
13
View file @
e558d513
...
@@ -2,24 +2,21 @@ version: "3.6"
...
@@ -2,24 +2,21 @@ version: "3.6"
services
:
services
:
shibauth
:
shibauth
:
image
:
testing-shibboleth
image
:
testing-shibboleth
deploy
:
placement
:
constraints
:
[
node.role == manager
]
deploy
:
deploy
:
labels
:
labels
:
# router for basic auth based access (https)
# router for basic auth based access (https)
-
"
traefik.http.routers.
emg-renderer
.rule=Host(`shib.pdas.prism.eox.at`)"
-
"
traefik.http.routers.
shibauth
.rule=Host(`shib.pdas.prism.eox.at`)"
-
"
traefik.http.routers.
emg-renderer
.middlewares=compress@file,cors@file"
-
"
traefik.http.routers.
shibauth
.middlewares=compress@file,cors@file"
-
"
traefik.http.routers.
emg-renderer
.tls=true"
-
"
traefik.http.routers.
shibauth
.tls=true"
-
"
traefik.http.routers.
emg-renderer
.tls.certresolver=default"
-
"
traefik.http.routers.
shibauth
.tls.certresolver=default"
-
"
traefik.http.routers.
emg-renderer
.entrypoints=https"
-
"
traefik.http.routers.
shibauth
.entrypoints=https"
# router for basic auth based access (http)
# router for basic auth based access (http)
-
"
traefik.http.routers.
emg-renderer
-redirect.rule=Host(`shib.pdas.prism.eox.at`)"
-
"
traefik.http.routers.
shibauth
-redirect.rule=Host(`shib.pdas.prism.eox.at`)"
-
"
traefik.http.routers.
emg-renderer
-redirect.middlewares=redirect@file"
-
"
traefik.http.routers.
shibauth
-redirect.middlewares=redirect@file"
-
"
traefik.http.routers.
emg-renderer
-redirect.entrypoints=http"
-
"
traefik.http.routers.
shibauth
-redirect.entrypoints=http"
# general
# general
-
"
traefik.http.services.
emg-renderer
.loadbalancer.sticky=false"
-
"
traefik.http.services.
shibauth
.loadbalancer.sticky=false"
-
"
traefik.http.services.
emg-renderer
.loadbalancer.server.port=80"
-
"
traefik.http.services.
shibauth
.loadbalancer.server.port=80"
-
"
traefik.docker.network=shib-extnet"
-
"
traefik.docker.network=shib-extnet"
-
"
traefik.docker.lbswarm=true"
-
"
traefik.docker.lbswarm=true"
-
"
traefik.enable=true"
-
"
traefik.enable=true"
...
...
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