all-in-one/Containers/whiteboard/healthcheck.sh

5 lines
79 B
Bash
Raw Permalink Normal View History

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