diff --git a/docker-compose.yml b/docker-compose.yml index 56fb735..f798b2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,11 @@ services: image: dicedb/dicedb:latest ports: - "7379" + healthcheck: + test: ["CMD", "PING"] + interval: 10s + timeout: 3s + retries: 3 networks: - dice-network