chore: document mariadb bootstrap and add deploy health checks

This commit is contained in:
cesnimda
2026-03-22 18:55:40 +01:00
parent 16b9960c08
commit 87c9a11edc
4 changed files with 87 additions and 1 deletions
+2
View File
@@ -71,3 +71,5 @@ jobs:
APP_BUILD_STAMP="$(date -u +'%Y-%m-%d %H:%M UTC')" \
./deploy/deploy.sh
docker compose ps
docker compose exec -T backend sh -lc 'wget -qO- http://127.0.0.1:8080/api/auth/config >/dev/null'
docker compose exec -T summarizer python -c "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8001/health', timeout=5).read()"