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 test environment docker-compose files
This commit is contained in:
7
contrib/local-environment/Makefile
Normal file
7
contrib/local-environment/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
.PHONY: up
|
||||
up:
|
||||
docker-compose up -d
|
||||
|
||||
.PHONY: %
|
||||
%:
|
||||
docker-compose $*
|
Reference in New Issue
Block a user