mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Don't start grafana/prometheus by default (#23797)
Don't list Prometheus and Grafana as targets in the `start_dependencies` target of the docker compose file used in CI and local development. These can still be started by hand, but will no longer waste resources in CI, nor fail build spuriously if they fail to come online.
This commit is contained in:
parent
f3a9f166bb
commit
ef3a772836
@ -56,9 +56,7 @@ services:
|
||||
- inbucket
|
||||
- openldap
|
||||
- elasticsearch
|
||||
- prometheus
|
||||
- grafana
|
||||
command: postgres:5432 mysql:3306 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200 prometheus:9090 grafana:3000
|
||||
command: postgres:5432 mysql:3306 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200
|
||||
|
||||
networks:
|
||||
mm-test:
|
||||
|
@ -90,9 +90,7 @@ services:
|
||||
- inbucket
|
||||
- openldap
|
||||
- elasticsearch
|
||||
- prometheus
|
||||
- grafana
|
||||
command: mysql:3306 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200 prometheus:9090 grafana:3000
|
||||
command: mysql:3306 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200
|
||||
networks:
|
||||
default:
|
||||
|
||||
|
@ -88,9 +88,7 @@ services:
|
||||
- inbucket
|
||||
- openldap
|
||||
- elasticsearch
|
||||
- prometheus
|
||||
- grafana
|
||||
command: postgres:5432 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200 prometheus:9090 grafana:3000
|
||||
command: postgres:5432 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200
|
||||
networks:
|
||||
default:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user