Files
grafana/devenv/docker/blocks/prometheus_basic_auth_proxy/docker-compose.yaml
2019-05-09 12:08:27 +02:00

7 lines
200 B
YAML

# 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