fix(Discovery): Add comprehensive debug logging for router initialization
- Add initializer count logging in DiscoveryServiceBootstrapper - Add route structure analysis in RouterSetup - Add request parameter logging in HttpRouter - Update PHP production config for better OPcache handling - Fix various config and error handling improvements
This commit is contained in:
11
deployment/infrastructure/status.sh
Executable file
11
deployment/infrastructure/status.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Show Docker container status on production server
|
||||
# Usage: ./status.sh
|
||||
|
||||
echo "🐳 Docker Container Status on Production Server"
|
||||
echo ""
|
||||
|
||||
ssh -i ~/.ssh/production deploy@michaelschiemer.de "docker ps -a --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'"
|
||||
|
||||
echo ""
|
||||
echo "✅ Done!"
|
||||
Reference in New Issue
Block a user