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

This commit is contained in:
2025-12-04 08:51:43 -05:00
parent 0c2f1e4b36
commit 4eb28a17af

View File

@@ -156,4 +156,4 @@ ci: composer-install license-check lint test ## CI-like local flow
down: stop ## Alias for stop
up: start ## Alias for start
.PHONY: help start sh run stop restart rebuild ps logs migrate composer-install composer-require composer-require-dev composer-update enable-debug enable-coverage protoc lint fmt test check-lock dev ci
.PONY: help start sh run stop restart rebuild ps migrate composer-install composer-require composer-require-dev composer-update enable-debug enable-coverage protoc license-check lint fmt test test-coverage dev ci down up