Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
ci(redis): fix dragonfly health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Apr 7, 2024
1 parent 7c9f924 commit 0f57614
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,19 @@ jobs:
services:
dragonfly:
image: docker.dragonflydb.io/dragonflydb/dragonfly
options: >-
--health-cmd "nc -z localhost 6379"
--health-interval 10s
--health-timeout 5s
--health-retries 5
keydb:
image: eqalpha/keydb
options: >-
--health-cmd "nc -z localhost 6379"
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: bitnami/redis:latest
Expand Down

0 comments on commit 0f57614

Please sign in to comment.