Skip to content

Commit

Permalink
Merge pull request #424 from softwareconstruction240/421-backend-graf…
Browse files Browse the repository at this point in the history
…ana-logs-should-never-clear

Update compose.yml use latest loki image
  • Loading branch information
19mdavenport authored Sep 23, 2024
2 parents 6f5c833 + fa4ab7c commit 46f58b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ networks:

services:
db:
image: mysql:latest
image: mysql:9.0.1
profiles:
- with-db
restart: always
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- autograder

loki:
image: grafana/loki:2.9.0
image: grafana/loki:2.9.10
ports:
- "3100:3100"
command: -config.file=/etc/loki/local-config.yaml
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
editable: false
EOF
/run.sh
image: grafana/grafana:latest
image: grafana/grafana:11.2.0
ports:
- "3000:3000"
networks:
Expand Down

0 comments on commit 46f58b5

Please sign in to comment.