This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/Clickhouse/21.8.13.1/clickhouse/role/templates/docker-compose_exporter.yml.j2
2024-01-18 15:35:34 +08:00

21 lines
449 B
Django/Jinja

version: '3.3'
services:
clickhouse_exporter:
image: clickhouse_exporter:v2.0
container_name: clickhouse_exporter
ports:
- 9904:9116
restart: always
command:
- -scrape_uri=http://{{ inventory_hostname }}:8123/
environment:
- CLICKHOUSE_USER=default
- CLICKHOUSE_PASSWORD={{ clickhouse_default_pin }}
networks:
olap:
ipv4_address: 172.20.88.10
networks:
olap:
external: true