mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 07:38:03 +01:00
Add grafana
This commit is contained in:
parent
19121d0d89
commit
be6ec786db
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,16 @@ services:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana-oss
|
||||
volumes:
|
||||
- grafana:/var/lib/grafana
|
||||
- ./db:/app/db
|
||||
environment:
|
||||
- GF_INSTALL_PLUGINS=frser-sqlite-datasource
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
volumes:
|
||||
staticfiles: {}
|
||||
media: {}
|
||||
|
|
Loading…
Reference in a new issue