File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ ${TEMP_COMPOSE}-master: docker-compose.yml docker-compose.master.yml config.moni
8484${TEMP_COMPOSE}-local : docker-compose.yml docker-compose.letsencrypt.dns.yml config.monitoring .env pgsql_query_exporter_config.yaml smokeping_prober_config.yaml tempo_config.yaml
8585 @${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.letsencrypt.dns.yml > $@
8686
87- docker-compose.yml : docker-compose.yml.j2 .env .venv pgsql_query_exporter_config.yaml \
88- ./alertmanager/config .yml \
89- ./tempo_config.yaml \
90- ./node-exporter/docker-entrypoint.sh \
91- ./prometheus/prometheus.yml \
92- ./prometheus/prometheus-federation.yml \
93- ./prometheus/prometheus.rules.yml \
94- ./pgsql_query_exporter_config .yaml \
95- ./smokeping_prober_config.yaml
87+ docker-compose.yml : docker-compose.yml.j2 .env .venv \
88+ prometheus/prometheus .yml \
89+ prometheus/prometheus-federation.yml \
90+ prometheus/prometheus.rules.yml \
91+ node-exporter/docker-entrypoint.sh \
92+ pgsql_query_exporter_config.yaml \
93+ smokeping_prober_config.yaml \
94+ tempo_config .yaml \
95+ alertmanager/config.yml
9696 $(call jinja,$< ,.env,$@ )
9797
9898.PHONY : grafana-import
You can’t perform that action at this time.
0 commit comments