fix clickhouse docker listen host for api connectivity

This commit is contained in:
Kellan Drucquer 2026-04-04 08:15:08 -04:00
parent 52679bbb1a
commit 4579778a13
3 changed files with 13 additions and 0 deletions

View file

@ -117,6 +117,7 @@ services:
hard: 262144
volumes:
- clickhouse-data:/var/lib/clickhouse
- ./clickhouse/listen.xml:/etc/clickhouse-server/config.d/listen.xml:ro
healthcheck:
test:
[