mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
7 lines
200 B
YAML
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
|