Compare commits

..

2 Commits

Author SHA1 Message Date
root
3eba3d77bc fixes 2026-02-22 15:18:46 +00:00
root
8220987611 fixes 2026-02-22 15:04:51 +00:00
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ignore entire ClickHouse data directory
clickhouse/data/

View File

@@ -16,6 +16,8 @@ services:
app:
build: .
ports:
- "127.0.0.1:8765:8765"
depends_on:
- clickhouse
volumes: