From 718130d016b2ef713a8e1ffd3078e42529a353d5 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 4 Jul 2024 18:12:50 +0200 Subject: [PATCH] Remove .env references from the official Docker Compose example (#450) The official example should not require `.env` file --- examples/kibana-sample-data/docker-compose.yml | 3 --- examples/kibana-sample-data/quesma/config/local-dev.yaml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/kibana-sample-data/docker-compose.yml b/examples/kibana-sample-data/docker-compose.yml index 71ee6fb46..35f7e9d33 100644 --- a/examples/kibana-sample-data/docker-compose.yml +++ b/examples/kibana-sample-data/docker-compose.yml @@ -1,9 +1,6 @@ services: quesma: image: quesma:latest - # TODO remove once license server is implemented - env_file: - - .env environment: - QUESMA_elasticsearch_url=http://elasticsearch:9200 - QUESMA_port=8080 diff --git a/examples/kibana-sample-data/quesma/config/local-dev.yaml b/examples/kibana-sample-data/quesma/config/local-dev.yaml index 65bd5d413..25960d189 100644 --- a/examples/kibana-sample-data/quesma/config/local-dev.yaml +++ b/examples/kibana-sample-data/quesma/config/local-dev.yaml @@ -1,6 +1,9 @@ # Default for local-dev.yml mode: "dual-write-query-clickhouse" port: 8080 # public tcp port to listen for incoming traffic +connectors: + ch: + type: "clickhouse-os" elasticsearch: #url: "http://localhost:9200" call: false