mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
add healthcheck for whiteboard
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9360256f7d
commit
c908defda6
3 changed files with 16 additions and 0 deletions
4
Containers/whiteboard/healthcheck.sh
Normal file
4
Containers/whiteboard/healthcheck.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
nc -z "$REDIS_HOST" 6379 || exit 0
|
||||
nc -z 127.0.0.1 3002 || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue