You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
Add example local environment with traefik (#1091)
* Add example with traefik and keycloak * Switch to dex * Remove unneeded change in keycloak settings * Taken into account review comments * Add changelog entry Co-authored-by: Frédéric Collonval <frederic.collonval@ariadnext.com> Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
committed by
GitHub
parent
7262945c6a
commit
5788bebfee
@ -38,3 +38,11 @@ kubernetes-up:
|
||||
.PHONY: kubernetes-down
|
||||
kubernetes-down:
|
||||
make -C kubernetes delete-cluster
|
||||
|
||||
.PHONY: traefik-up
|
||||
traefik-up:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-traefik.yaml up -d
|
||||
|
||||
.PHONY: traefik-%
|
||||
traefik-%:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-traefik.yaml $*
|
||||
|
Reference in New Issue
Block a user