diff --git a/templates/compose/signoz.yaml b/templates/compose/signoz.yaml index 397e7a747..48fbe4870 100644 --- a/templates/compose/signoz.yaml +++ b/templates/compose/signoz.yaml @@ -82,62 +82,9 @@ services: max-size: 50m max-file: "3" volumes: - - type: bind - source: ./clickhouse/config.xml - target: /etc/clickhouse-server/config.xml - content: | - - 4096 - 3 - 100 - 5368709120 - 1000 - 134217728 - 10000 - - *_dictionary.xml - *function.xml - /var/lib/clickhouse/user_scripts/ - - information - - json - - - - 01 - example01-01-1 - - - /metrics - 9363 - true - true - true - true - - - engine MergeTree - partition by toYYYYMM(finish_date) - order by (finish_date, finish_time_us, trace_id) - - - - hide encrypt/decrypt arguments - ((?:aes_)?(?:encrypt|decrypt)(?:_mysql)?)\s*\(\s*(?:'(?:\\'|.)+'|.*?)\s*\) - \1(???) - - - - false - false - https://6f33034cfe684dd7a3ab9875e57b1c8d@o388870.ingest.sentry.io/5226277 - - - 268435456 - true - - + - type: volume + source: clickhouse + target: /var/lib/clickhouse/ - type: bind source: ./clickhouse/custom-function.xml target: /etc/clickhouse-server/custom-function.xml @@ -167,6 +114,7 @@ services: source: ./clickhouse/cluster.xml target: /etc/clickhouse-server/config.d/cluster.xml content: | + + + + + + + + 10000000000 + + + random + + + + + 1 + + + + + + + + + + + + + ::/0 + + + + default + + + default + + + + + + + + + + + + + + 3600 + + + 0 + 0 + 0 + 0 + 0 + + + + + - type: bind + source: ./clickhouse/config.xml + target: /etc/clickhouse-server/config.xml + content: | + + + 4096 + 3 + 100 + 5368709120 + 1000 + 134217728 + 10000 + + *_dictionary.xml + *function.xml + /var/lib/clickhouse/user_scripts/ + 8123 + 9000 + 9004 + 9005 + 9009 + + information + + json + + + + 01 + example01-01-1 + + + /metrics + 9363 + true + true + true + true + + + engine MergeTree + partition by toYYYYMM(finish_date) + order by (finish_date, finish_time_us, trace_id) + + + + hide encrypt/decrypt arguments + ((?:aes_)?(?:encrypt|decrypt)(?:_mysql)?)\s*\(\s*(?:'(?:\\'|.)+'|.*?)\s*\) + \1(???) + + + + false + false + https://6f33034cfe684dd7a3ab9875e57b1c8d@o388870.ingest.sentry.io/5226277 + + + 268435456 + true + + + + + users.xml + + + + /var/lib/clickhouse/access/ + + + default + + + /clickhouse/task_queue/ddl + + signoz: image: signoz/signoz:latest