Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding label to oai-backend in the file docker-compose.yml #459

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ services:
volumes:
- ./oaipmh/fiz-oai-backend.properties:/usr/local/tomcat/conf/fiz-oai-backend.properties:ro
- backend-logs:/usr/local/tomcat/logs
labels:
- traefik.http.routers.oai-provider.rule=Host(`oai.portal.mardi4nfdi.${TLD}`)
physikerwelt marked this conversation as resolved.
Show resolved Hide resolved
physikerwelt marked this conversation as resolved.
Show resolved Hide resolved
- traefik.http.routers.oai-provider.entrypoints=websecure
- traefik.http.routers.oai-provider.tls.certResolver=le
- traefik.http.middlewares.test-auth.basicauth.users=bWFyZGktdGVzdC11c2VyOnRlc3Q=
physikerwelt marked this conversation as resolved.
Show resolved Hide resolved
physikerwelt marked this conversation as resolved.
Show resolved Hide resolved

physikerwelt marked this conversation as resolved.
Show resolved Hide resolved
oai-provider:
hostname: oai-provider
image: docker.dev.fiz-karlsruhe.de/oai-provider:1.2.7
Expand Down
Loading