1
0
forked from baron/baron-sso

ClickHouse 인증 설정 추가

This commit is contained in:
2026-01-06 10:31:11 +09:00
parent c512f0f4e6
commit fec4a1cd55
2 changed files with 20 additions and 5 deletions

View File

@@ -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"