Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:

alloy:
profiles: ["observability"]
image: grafana/alloy:v1.18.1
image: grafana/alloy:v1.18.1@sha256:0f4434c92b3e6cdac38bb129b344e1790c246f7b6e2eaffcc16a5fa363240e33
command:
- run
- --server.http.listen-addr=0.0.0.0:12345
Expand All @@ -118,7 +118,7 @@ services:

prometheus:
profiles: ["observability"]
image: prom/prometheus:v3.13.2
image: prom/prometheus:v3.13.2@sha256:508729e0e2d18e11fd742a5a5ca70e557b940a93948c3c95fd0123a6fd538b69
command:
- --config.file=/etc/prometheus/prometheus.yml
- --storage.tsdb.path=/prometheus
Expand All @@ -136,7 +136,7 @@ services:

loki:
profiles: ["observability"]
image: grafana/loki:3.7.6
image: grafana/loki:3.7.6@sha256:efd47c67f9bac88ca29bcf8cb997d9ab29d1848bd0aff579282295542a745952
command: ["-config.file=/etc/loki/loki-config.yml"]
volumes:
- ./services/observability/loki/loki-config.yml:/etc/loki/loki-config.yml:ro
Expand All @@ -148,7 +148,7 @@ services:

tempo:
profiles: ["observability"]
image: grafana/tempo:3.0.2
image: grafana/tempo:3.0.2@sha256:cda87c212d8c584dc0b89e337e7ed648a5100feb657e5d528480ee4fa03dbbe3
command: ["-config.file=/etc/tempo/tempo-config.yml"]
volumes:
- ./services/observability/tempo/tempo-config.yml:/etc/tempo/tempo-config.yml:ro
Expand All @@ -160,7 +160,7 @@ services:

grafana:
profiles: ["observability"]
image: grafana/grafana:13.1.3
image: grafana/grafana:13.1.3@sha256:ab5cb380e3ff3172d6c8bd2e7cfd31cce977d2881b260e1f5bc089bf0b759b43
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ services:
# Set OTEL_SDK_DISABLED=false and OTEL_EXPORTER_OTLP_ENDPOINT=http://alloy:4317
alloy:
profiles: ["observability"]
image: grafana/alloy:v1.18.1
image: grafana/alloy:v1.18.1@sha256:0f4434c92b3e6cdac38bb129b344e1790c246f7b6e2eaffcc16a5fa363240e33
command:
- run
- --server.http.listen-addr=0.0.0.0:12345
Expand Down Expand Up @@ -240,7 +240,7 @@ services:

prometheus:
profiles: ["observability"]
image: prom/prometheus:v3.13.2
image: prom/prometheus:v3.13.2@sha256:508729e0e2d18e11fd742a5a5ca70e557b940a93948c3c95fd0123a6fd538b69
command:
- --config.file=/etc/prometheus/prometheus.yml
- --storage.tsdb.path=/prometheus
Expand All @@ -259,7 +259,7 @@ services:

loki:
profiles: ["observability"]
image: grafana/loki:3.7.6
image: grafana/loki:3.7.6@sha256:efd47c67f9bac88ca29bcf8cb997d9ab29d1848bd0aff579282295542a745952
command: ["-config.file=/etc/loki/loki-config.yml"]
volumes:
- ./services/observability/loki/loki-config.yml:/etc/loki/loki-config.yml:ro
Expand All @@ -272,7 +272,7 @@ services:

tempo:
profiles: ["observability"]
image: grafana/tempo:3.0.2
image: grafana/tempo:3.0.2@sha256:cda87c212d8c584dc0b89e337e7ed648a5100feb657e5d528480ee4fa03dbbe3
command: ["-config.file=/etc/tempo/tempo-config.yml"]
volumes:
- ./services/observability/tempo/tempo-config.yml:/etc/tempo/tempo-config.yml:ro
Expand All @@ -285,7 +285,7 @@ services:

grafana:
profiles: ["observability"]
image: grafana/grafana:13.1.3
image: grafana/grafana:13.1.3@sha256:ab5cb380e3ff3172d6c8bd2e7cfd31cce977d2881b260e1f5bc089bf0b759b43
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
Expand Down