docker-compose.yaml 200 B

123456
  1. # This will proxy all requests for http://localhost:10090 to
  2. # http://prometheus:9090 (Prometheus inside the docker compose)
  3. nginxproxy:
  4. build: docker/blocks/nginx_proxy
  5. network_mode: host