1
0
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:
Joel Speed
2020-05-03 21:05:40 +01:00
parent 4e3dd09cf2
commit 0ccfc73ab2
5 changed files with 117 additions and 1 deletions

View File

@ -0,0 +1,7 @@
.PHONY: up
up:
docker-compose up -d
.PHONY: %
%:
docker-compose $*