mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
49126bebaa
* devenv: update slow_proxy block to work on mac * devenv: removed unnecessary block slow_proxy_mac
9 lines
236 B
YAML
9 lines
236 B
YAML
slow_proxy:
|
|
build: docker/blocks/slow_proxy
|
|
ports:
|
|
- "3011:3011"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
environment:
|
|
ORIGIN_SERVER: ${ORIGIN_SERVER}
|
|
SLEEP_DURATION: ${SLEEP_DURATION} |