mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
d2b7ee2575
git-subtree-dir: bridges git-subtree-split: 0625544309ff299307f7e110f252f04eac383102
16 lines
343 B
YAML
16 lines
343 B
YAML
# A disabled version of monitoring.
|
|
#
|
|
# We replace each service with a no-op container. We can't simply not include this file,
|
|
# cause the bridge-specific compose files might have overrides.
|
|
version: '3.5'
|
|
services:
|
|
prometheus-metrics:
|
|
image: alpine
|
|
|
|
grafana-dashboard:
|
|
image: alpine
|
|
|
|
grafana-matrix-notifier:
|
|
image: alpine
|
|
|