fix: local clickhouse

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-02 23:02:17 +01:00
parent 5576519a2a
commit e5b9865850
4 changed files with 58 additions and 4 deletions

6
docker/clickhouse/init-db.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
clickhouse client -n <<-EOSQL
CREATE DATABASE IF NOT EXISTS openpanel;
EOSQL