mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-04 13:46:27 +00:00
compose profiles update
This commit is contained in:
parent
b32bc780d6
commit
f7b06a0bbd
@ -42,7 +42,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
start_period: 5s
|
||||
profiles: [blockd, database]
|
||||
profiles: [blockd, database, noback]
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
@ -57,7 +57,7 @@ services:
|
||||
volumes:
|
||||
- ./prometheus:/etc/prometheus
|
||||
- prometheus_data:/prometheus
|
||||
profiles: [blockd, metrics]
|
||||
profiles: [blockd, metrics, noback]
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
@ -72,4 +72,4 @@ services:
|
||||
- GF_SECURITY_ADMIN_PASSWORD=grafana
|
||||
volumes:
|
||||
- ./grafana:/etc/grafana/provisioning/datasources
|
||||
profiles: [blockd, metrics]
|
||||
profiles: [blockd, metrics, noback]
|
Loading…
Reference in New Issue
Block a user