Fix local Docker startup configuration

This commit is contained in:
2026-06-10 20:18:58 +09:00
parent 6a8dbeb2e9
commit c1a1fcb041
6 changed files with 834 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ services:
- KETO_READ_URL=${KETO_READ_URL:-http://keto:4466}
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
- DB_HOST=postgres
- DB_PORT=5432
- CLICKHOUSE_HOST=clickhouse
- CLICKHOUSE_PORT=${CLICKHOUSE_PORT_NATIVE:-9000}
- CLICKHOUSE_USER=${CLICKHOUSE_USER:-baron}