devenv: add slow reverse proxy (#16943)
this can be useful when testing timeouts etc in the dataproxy ref #16923
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
slow_proxy:
|
||||
build: docker/blocks/slow_proxy
|
||||
network_mode: host
|
||||
ports:
|
||||
- "3011:3011"
|
||||
environment:
|
||||
ORIGIN_SERVER: "http://localhost:9090/"
|
||||
Reference in New Issue
Block a user