feat: update gRPC server configuration and enhance Docker setup
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m2s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m18s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 3m6s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 3m15s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m4s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m50s

This commit is contained in:
2025-12-04 08:43:19 -05:00
parent 24f0671066
commit 1b4e1468fc
7 changed files with 131 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ require __DIR__ . '/vendor/autoload.php';
try {
$server = new Grpc();
$server->start();
exit($server->start());
} catch (\Exception $e) {
echo $e->getMessage();