Skip to content

Commit

Permalink
fix: proxy typo in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed May 31, 2023
1 parent 06cc467 commit 5e1ae21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/files/files/grafana/run-o11y-run/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ services:
- GF_AUTH_DISABLE_LOGIN_FORM=true
- GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
# - GF_INSTALL_PLUGINS=pyroscope-datasource,pyroscope-panel
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
ports:
- "3000:3000"

loki:
image: grafana/loki:2.8.2
command: "-config.file=/etc/loki/local-config.yaml"
environment:
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
ports:
- "3100:3100"
- 7946
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
- MINIO_ROOT_PASSWORD=supersecret
- MINIO_PROMETHEUS_AUTH_TYPE=public
- MINIO_UPDATE=off
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
ports:
- 9000
volumes:
Expand All @@ -74,7 +74,7 @@ services:
- "4318:4318" # otlp http
- "8094:8094" # syslog
environment:
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
depends_on:
- loki
- prometheus
Expand All @@ -91,7 +91,7 @@ services:
ports:
- "9090:9090"
environment:
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo

pyroscope:
image: pyroscope/pyroscope:0.37.2
Expand All @@ -116,4 +116,4 @@ services:
- "9095:9095" # tempo grpc
- "9411:9411" # zipkin
environment:
- NO_PROXY=rafana,loki,minio,ote-collector,prometheus,pyroscope,tempo
- NO_PROXY=grafana,loki,minio,ote-collector,prometheus,pyroscope,tempo

0 comments on commit 5e1ae21

Please sign in to comment.