Skip to content

Commit

Permalink
set NO_PROXY for all internal services
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeknox committed May 13, 2023
1 parent 4ff34b4 commit 8e3dc1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/grafana/stack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_DISABLE_LOGIN_FORM=true
- GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
- NO_PROXY=grafana,prometheus,tempo
ports:
- "3000:3000"

Expand All @@ -29,6 +30,8 @@ services:
ports:
- "4317:4317" # otlp grpc
- "4318:4318" # otlp http
environment:
- NO_PROXY=grafana,prometheus,tempo

prometheus:
image: prom/prometheus:v2.43.1
Expand All @@ -40,6 +43,8 @@ services:
- ../shared/prometheus.yaml:/etc/prometheus.yaml
ports:
- "9090:9090"
environment:
- NO_PROXY=grafana,prometheus,tempo

tempo:
image: grafana/tempo:latest
Expand All @@ -52,3 +57,5 @@ services:
- "3200:3200" # tempo
- "9095:9095" # tempo grpc
- "9411:9411" # zipkin
environment:
- NO_PROXY=grafana,prometheus,tempo

0 comments on commit 8e3dc1c

Please sign in to comment.