Skip to content

Commit

Permalink
Merge pull request #76 from rogerogers/chore/grafana-deps
Browse files Browse the repository at this point in the history
chore: add grafana to docker-compose.yaml
  • Loading branch information
baiyutang authored Jun 9, 2024
2 parents b25e201 + 93c8058 commit b8a94b6
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 b8a94b6

Please sign in to comment.