tripnomics_7.5.5/devenv/docker/blocks/prometheus_basic_auth_proxy/docker-compose.yaml
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

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"