Skip to content

Commit

Permalink
chore: add grafana to docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerogers authored Jun 9, 2024
1 parent b02fb39 commit 93c8058
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gomall/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ services:
- "4222:4222"
- "8222:8222"

grafana:
image: grafana/grafana:latest
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_DISABLE_LOGIN_FORM=true
ports:
- "3000:3000"

0 comments on commit 93c8058

Please sign in to comment.