feat: enhance healthcheck functionality with Redis and database checks
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m54s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m59s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m56s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m56s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m34s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m13s

This commit is contained in:
2025-11-07 11:42:16 -05:00
parent 1550577638
commit 9f2a5ff79f
3 changed files with 27 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ services:
WORKERS: 1
DEBUG: 1
REDIS_HOST: redis
POSTGRES_HOST: postgres
DB_HOST: postgres
JWT_SIGNING_KEY: a-string-secret-at-least-256-bits-long
redis: