Skip to content

Commit

Permalink
Remove .env references from the official Docker Compose example (#450)
Browse files Browse the repository at this point in the history
The official example should not require `.env` file
  • Loading branch information
pivovarit authored Jul 4, 2024
1 parent 9b9be28 commit 718130d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/kibana-sample-data/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions examples/kibana-sample-data/quesma/config/local-dev.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 718130d

Please sign in to comment.