Skip to content

Commit

Permalink
fix: fix clickhouse health check
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 20, 2024
1 parent 82db6d2 commit 094ff04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/dev-full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,11 @@ services:
retries: 10

clickhouse:
image: bitnami/clickhouse:23.10.1
environment:
- CLICKHOUSE_ADMIN_PASSWORD=default
image: clickhouse/clickhouse-server:23.10.1
volumes:
- clickhouse-data:/var/lib/clickhouse
- ./clickhouse/config.xml:/bitnami/clickhouse/etc/conf.d/config.xml
- ./clickhouse/users.xml:/bitnami/clickhouse/etc/users.d/users.xml
- ./clickhouse/config.xml:/etc/clickhouse-server/config.d/config.xml
- ./clickhouse/users.xml:/etc/clickhouse-server/users.d/users.xml
networks:
- rivet-network
healthcheck:
Expand Down

0 comments on commit 094ff04

Please sign in to comment.