Chore: Add prometheus basic auth proxy (#16882)

This commit is contained in:
Andrej Ocenas
2019-05-09 12:08:27 +02:00
committed by GitHub
parent 7ebbeb09cb
commit 2abb009d68
4 changed files with 45 additions and 0 deletions
@@ -0,0 +1,6 @@
# This will proxy all requests for http://localhost:10090 to
# http://prometheus:9090 (Prometheus inside the docker compose)
nginxproxy:
build: docker/blocks/nginx_proxy
network_mode: host