Skip to content

Commit

Permalink
add healthcheck to Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 26, 2025
1 parent 92bb9ca commit fa6b7a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ services:
env_file:
- msc-wis2node.env
restart: unless-stopped
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 5s
retries: 100
<<: *logging

msc-wis2node-management:
Expand Down

0 comments on commit fa6b7a4

Please sign in to comment.