Skip to content

Commit

Permalink
Merge pull request #425 from MaRDI4NFDI/stack
Browse files Browse the repository at this point in the history
Setup who am i test service
  • Loading branch information
physikerwelt authored Nov 6, 2023
2 parents 8b46b41 + 0760736 commit e9354d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions traefik/conf/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ http:
loadBalancer:
servers:
- url: "http://rediscommander:8081"
whoisswarm:
loadBalancer:
servers:
- url: "http://10.0.2.17"
routers:
redis-router:
rule: Host(`redis.portal.mardi4nfdi.de`)
Expand All @@ -13,3 +17,9 @@ http:
certResolver: le
middlewares:
- auth@docker
whoami-router:
rule: Host(`who.portal.mardi4nfdi.de`)
service: whoisswarm
entryPoints: [websecure]
tls:
certResolver: le

0 comments on commit e9354d0

Please sign in to comment.