You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
226 B
7 lines
226 B
# 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"
|
|
|