Compare commits
2 Commits
0ed4142d78
...
3eba3d77bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3eba3d77bc | ||
|
|
8220987611 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Ignore entire ClickHouse data directory
|
||||||
|
clickhouse/data/
|
||||||
@@ -16,6 +16,8 @@ services:
|
|||||||
|
|
||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:8765:8765"
|
||||||
depends_on:
|
depends_on:
|
||||||
- clickhouse
|
- clickhouse
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user