mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
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
|
|
|