devenv: add slow reverse proxy (#16943)

this can be useful when testing timeouts etc
in the dataproxy

ref #16923
This commit is contained in:
Carl Bergquist
2019-05-08 10:09:48 +02:00
committed by GitHub
parent 17ce1273ca
commit b426ff5292
4 changed files with 50 additions and 0 deletions
@@ -0,0 +1,7 @@
slow_proxy:
build: docker/blocks/slow_proxy
network_mode: host
ports:
- "3011:3011"
environment:
ORIGIN_SERVER: "http://localhost:9090/"