shared
This commit is contained in:
parent
863b413258
commit
f3566e1120
@ -11,10 +11,9 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.shared.entrypoints=web"
|
||||
- "traefik.http.routers.shared.rule=Host(`localhost`)"
|
||||
- "traefik.routers.shared.rule=Path(/shared)"
|
||||
- "traefik.http.routers.shared.rule=PathPrefix(/shared)"
|
||||
- "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward"
|
||||
- "traefik.http.routers.shared.tls=false"
|
||||
- "traefik.http.services.shared.loadbalancer.server.port=80"
|
||||
- "traefik.http.routers.shared.middlewares=auth"
|
||||
networks:
|
||||
- catalog
|
||||
|
Loading…
Reference in New Issue
Block a user