add healthcheck for whiteboard

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-03 11:56:35 +01:00
parent 9360256f7d
commit c908defda6
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash
nc -z "$REDIS_HOST" 6379 || exit 0
nc -z 127.0.0.1 3002 || exit 1