Files
awoooi/ops/signoz/docker-compose.clickhouse-backup.override.yaml

14 lines
503 B
YAML

# P0-OBS-002: additive override for the host110 SigNoz ClickHouse service.
# Always pass this file explicitly after the upstream compose file with -f.
services:
clickhouse:
volumes:
- type: bind
source: /backup/staging/signoz-clickhouse
target: /backups
read_only: false
- type: bind
source: /home/wooo/signoz/deploy/docker/awoooi-clickhouse-backup-disk.xml
target: /etc/clickhouse-server/config.d/awoooi-backup-disk.xml
read_only: true