forked from baron/baron-sso
ClickHouse 인증 설정 추가
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
@@ -19,6 +19,9 @@ services:
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server:latest
|
||||
container_name: baron_clickhouse
|
||||
environment:
|
||||
CLICKHOUSE_USER: ${CLICKHOUSE_USER:-baron}
|
||||
CLICKHOUSE_PASSWORD: ${CLICKHOUSE_PASSWORD:-password}
|
||||
ports:
|
||||
- "${CLICKHOUSE_PORT_HTTP:-8123}:8123"
|
||||
- "${CLICKHOUSE_PORT_NATIVE:-9000}:9000"
|
||||
|
||||
Reference in New Issue
Block a user