mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-01 05:47:17 +00:00
15 lines
362 B
YAML
15 lines
362 B
YAML
version: "2"
|
|
services:
|
|
clickhouse:
|
|
image: clickhouse/clickhouse-server:22.5.2
|
|
container_name: "testclickhouse"
|
|
environment:
|
|
CLICKHOUSE_USER: clickhouseuser
|
|
CLICKHOUSE_PASSWORD: clickhousepass
|
|
CLICKHOUSE_DB: clickhousedb
|
|
ports:
|
|
- "58123:8123"
|
|
- "59000:9000"
|
|
volumes:
|
|
- ./setup:/docker-entrypoint-initdb.d
|