Skip to content

Commit

Permalink
Add oai domain
Browse files Browse the repository at this point in the history
Strip /oai path
  • Loading branch information
physikerwelt authored Oct 11, 2023
1 parent e6c3a36 commit 86a44e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ services:
volumes:
- ./oaipmh/oaicat.properties:/usr/local/tomcat/conf/oaicat.properties:ro
- provider-logs:/usr/local/tomcat/logs
labels:
- traefik.http.routers.oai-provider.rule=Host(`oai.portal.mardi4nfdi.${TLD}`)
- traefik.http.routers.oai-provider.entrypoints=websecure
- traefik.http.routers.oai-provider.tls.certResolver=le
- traefik.http.middlewares.oai-provide.addprefix.prefix=/oai

whoami:
image: containous/whoami # A container that exposes an API to show its IP address
Expand Down

0 comments on commit 86a44e6

Please sign in to comment.