Skip to content

Commit

Permalink
fix(backend): use specific clickhouse image version (#1517)
Browse files Browse the repository at this point in the history
- pin to `clickhouse/clickhouse-server:24.10-alpine` version of
clickhouse in compose

fixes #1516

Signed-off-by: detj <[email protected]>
  • Loading branch information
detj authored Nov 11, 2024
1 parent 8385ad0 commit 17e124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-host/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ services:
- pgdata:/var/lib/postgresql/data

clickhouse:
image: clickhouse/clickhouse-server:24
image: clickhouse/clickhouse-server:24.10-alpine
environment:
- CLICKHOUSE_USER=${CLICKHOUSE_USER}
- CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD}
Expand Down

0 comments on commit 17e124e

Please sign in to comment.