devenv: unify slow_proxy_mac and slow_proxy (#34630)

* devenv: update slow_proxy block to work on mac

* devenv: removed unnecessary block slow_proxy_mac
This commit is contained in:
Gábor Farkas
2021-05-27 08:44:35 +02:00
committed by GitHub
parent 20d356947c
commit 49126bebaa
8 changed files with 13 additions and 66 deletions
@@ -1,8 +1,9 @@
slow_proxy:
build: docker/blocks/slow_proxy
network_mode: host
ports:
- "3011:3011"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
ORIGIN_SERVER: ${ORIGIN_SERVER}
SLEEP_DURATION: ${SLEEP_DURATION}