Skip to content

Commit

Permalink
feat: Add smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 9, 2024
1 parent c58d9e8 commit f009e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
test: ["CMD-SHELL", "set -x; wget --spider --quiet http://clickhouse-01:9000 || exit 1; wget --spider --quiet --header 'Host: localhost' --post-data 'query=SELECT 1' http://localhost:8123 || exit 1"]
interval: 5s
timeout: 10s
retries: 5
retries: 10
start_period: 15s
clickhouse-02:
image: "clickhouse/clickhouse-server:${CHVER:-latest}"
Expand All @@ -49,7 +49,7 @@ services:
test: ["CMD-SHELL", "set -x; wget --spider --quiet http://clickhouse-02:9000 || exit 1; wget --spider --quiet --header 'Host: localhost' --post-data 'query=SELECT 1' http://localhost:8123 || exit 1"]
interval: 5s
timeout: 10s
retries: 5
retries: 10
start_period: 15s
clickhouse-keeper-01:
image: "clickhouse/clickhouse-keeper:${CHKVER:-latest-alpine}"
Expand Down

0 comments on commit f009e4b

Please sign in to comment.