Skip to content

Commit

Permalink
chore: set loki as latest image (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 authored Mar 20, 2024
1 parent 61e1baa commit 057822e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
loki-test:
profiles: ["log"]
image: grafana/loki:2.9.0
image: grafana/loki:latest
container_name: loki-test
environment:
- MINIO_ROOT_PASSWORD
Expand All @@ -62,7 +62,7 @@ services:

loki-stage:
profiles: ["log"]
image: grafana/loki:2.9.0
image: grafana/loki:latest
container_name: loki-stage
environment:
- MINIO_ROOT_PASSWORD
Expand All @@ -75,7 +75,7 @@ services:

loki-aws:
profiles: ["log"]
image: grafana/loki:2.9.0
image: grafana/loki:latest
container_name: loki-aws
environment:
- MINIO_ROOT_PASSWORD
Expand Down Expand Up @@ -109,8 +109,8 @@ services:
- MINIO_ROOT_USER
ports:
- "3200:3200" # tempo
- "4317:4317" # otlp grpc
- "4318:4318" # otlp http
- "4317:4317" # otlp grpc
- "4318:4318" # otlp http
volumes:
- $PWD/config/tempo/tempo.yml:/etc/tempo.yml
command:
Expand Down

0 comments on commit 057822e

Please sign in to comment.