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