Skip to content

Commit b3e2323

Browse files
mpk-droidclaude
andcommitted
Pin ClickHouse image version and increase healthcheck start periods
- Pin ClickHouse to 25.3 to avoid pulling unpredictable latest versions - Increase start_period from 1s to 30s for ClickHouse and MinIO healthchecks so containers have time to initialize before checks count Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0430f95 commit b3e2323

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agents/langflow/simple_tool_calling_agent/local/podman-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112

113113
# ── ClickHouse (Langfuse analytics DB) ──────────────────────────────
114114
clickhouse:
115-
image: docker.io/clickhouse/clickhouse-server
115+
image: docker.io/clickhouse/clickhouse-server:25.3
116116
restart: always
117117
user: "101:101"
118118
environment:
@@ -127,7 +127,7 @@ services:
127127
interval: 5s
128128
timeout: 5s
129129
retries: 10
130-
start_period: 1s
130+
start_period: 30s
131131

132132
# ── MinIO (Langfuse S3-compatible object storage) ───────────────────
133133
minio:
@@ -145,7 +145,7 @@ services:
145145
interval: 5s
146146
timeout: 5s
147147
retries: 5
148-
start_period: 1s
148+
start_period: 30s
149149

150150
# ── Redis (Langfuse caching + job queue) ────────────────────────────
151151
redis:

0 commit comments

Comments
 (0)