Skip to content

Commit

Permalink
updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-onions committed Nov 18, 2024
1 parent 2ccf011 commit 20f980e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# climate-mediator
# Climate Mediator

Processes climate-related data as an example of unstructured data handling

## Local Development Setup
Expand Down
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ services:
- 9000:9000
- 9001:9001
command: server /data --console-address ":9001"
volumes:
- ./minio:/data
clickhouse:
image: clickhouse/clickhouse-server:23.8.14.6
ports:
- 8123:8123
- 9002:9000
environment:
- CLICKHOUSE_PASSWORD=dev_password_only

0 comments on commit 20f980e

Please sign in to comment.