Files
grafana/devenv/docker/blocks/auth/prometheus_basic_auth_proxy/docker-compose.yaml
T
linoman d2547bb832 Chore: Group auth docker blocks (#54274)
* Move auth docker images to parent folder

* Add README file for auth parent folder

* Add grafana-authnz-team as code owner

* Update `devenv` docs
2022-08-29 08:36:56 +02:00

8 lines
226 B
YAML

# This will proxy all requests for http://localhost:10090 to
# http://prometheus:9090 (Prometheus inside the docker compose)
nginxproxy:
build: docker/blocks/prometheus_basic_auth_proxy
ports:
- "10090:10090"