1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Add nginx test environment to demonstrate protecting multiple subdomains

This commit is contained in:
Joel Speed
2020-05-07 22:59:43 +01:00
parent 0ccfc73ab2
commit afef9c7588
7 changed files with 157 additions and 2 deletions

View File

@ -5,3 +5,11 @@ up:
.PHONY: %
%:
docker-compose $*
.PHONY: nginx-up
nginx-up:
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml up -d
.PHONY: nginx-%
nginx-%:
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml $*