* prometheus basic auth proxy: Pin base image version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Don't use host network mode Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Enable logging Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Fix Dockerfile location Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
8 lines
226 B
YAML
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"
|