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 local environment that uses alpha configuration
This commit is contained in:
@ -6,6 +6,14 @@ up:
|
||||
%:
|
||||
docker-compose $*
|
||||
|
||||
.PHONY: alpha-config-up
|
||||
alpha-config-up:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-alpha-config.yaml up -d
|
||||
|
||||
.PHONY: alpha-config-%
|
||||
alpha-config-%:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml $*
|
||||
|
||||
.PHONY: nginx-up
|
||||
nginx-up:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml up -d
|
||||
|
Reference in New Issue
Block a user