Bot & Automation

Activity Reminder Bot

/root/hermes-projects/Activity Reminder Bot

scripts/check_runtime.sh text
#!/usr/bin/env bash
set -euo pipefail

curl -fsS http://127.0.0.1:8022/health
echo
curl -fsS http://127.0.0.1:8022/ready
echo
docker compose ps