Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jakozaur committed May 10, 2024
1 parent 9c9838f commit b7feeb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/reference/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.7"
services:
quesma:
image: ${QUESMA_IMAGE_URL}
image: ${QUESMA_DOCKER_IMAGE}
environment:
- QUESMA_elasticsearch_url=http://elasticsearch:9200
- QUESMA_CONFIG_FILE=/config/quesma.yml
Expand Down
2 changes: 1 addition & 1 deletion docker/reference/osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.7"
services:
quesma:
image: ${QUESMA_IMAGE_URL}
image: ${QUESMA_DOCKER_IMAGE}
environment:
- QUESMA_elasticsearch_url=http://opensearch:9200
- QUESMA_CONFIG_FILE=/config/quesma.yml
Expand Down
2 changes: 2 additions & 0 deletions docker/reference/quesma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ mode: "dual-write-query-clickhouse"
port: 8080 # public tcp port to listen for incoming traffic
elasticsearch:
call: false
adminUrl: "http://localhost:5061"
clickhouse: # reference clickhouse service
url: "clickhouse://clickhouse:9000"
adminUrl: "http://localhost:8123/play"
ingestStatistics: true
internalTelemetryUrl: "https://api.quesma.com/phone-home"
logging:
Expand Down

0 comments on commit b7feeb3

Please sign in to comment.