Skip to content

Commit

Permalink
add grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
SeninoSeno committed Dec 16, 2023
1 parent f98653c commit 648292a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,21 @@ services:
- redis-data:/data
networks:
- redis-conn
grafana:
image: grafana/grafana-enterprise
container_name: grafana
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- grafana-data:/var/lib/grafana
networks:
- db-conn

volumes:
db-data:
redis-data:
grafana-data:

networks:
db-conn:
Expand Down

0 comments on commit 648292a

Please sign in to comment.