Update docker-compose.yml
This commit is contained in:
parent
8285955a44
commit
05701cc09e
@ -107,11 +107,37 @@ services:
|
||||
max-file: 5
|
||||
max-size: 10m
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- prometheus
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_USER=admin
|
||||
- GF_SECURITY_ADMIN_PASSWORD=Passing2-Edgy-Vexingly
|
||||
- TZ=Europe/Moscow
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
- grafana_conf:/etc/grafana
|
||||
networks:
|
||||
- minato
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-file: 5
|
||||
max-size: 10m
|
||||
|
||||
|
||||
volumes:
|
||||
prometheus-data:
|
||||
op-geth-storage:
|
||||
op-node-storage:
|
||||
op-secrets:
|
||||
grafana_data:
|
||||
grafana_conf:
|
||||
|
||||
networks:
|
||||
minato:
|
||||
|
Loading…
Reference in New Issue
Block a user