- Add multi-stage Dockerfile (node-builder, composer-builder, production) - Add Nginx config with WebSocket proxy at /_ws path - Add PHP-FPM pool config, php.ini with OPcache tuning - Add Supervisord managing 7 processes: php-fpm, nginx, horizon, scheduler, reverb, pulse-check, pulse-work - Add entrypoint.sh with auto-migration, config caching, storage setup - Add .dockerignore and .env.production.example - Install laravel/horizon for production queue management and dashboard - Install laravel/pulse for production monitoring with Reverb integration - Configure TrustProxies middleware for HTTPS behind Traefik - Add horizon:snapshot to scheduler - Add VITE_REVERB_PATH for WebSocket path routing through Nginx
20 lines
427 B
PHP
20 lines
427 B
PHP
<x-pulse>
|
|
<livewire:pulse.servers cols="full" />
|
|
|
|
<livewire:pulse.usage cols="4" rows="2" />
|
|
|
|
<livewire:pulse.queues cols="4" />
|
|
|
|
<livewire:pulse.cache cols="4" />
|
|
|
|
<livewire:pulse.slow-queries cols="8" />
|
|
|
|
<livewire:pulse.exceptions cols="6" />
|
|
|
|
<livewire:pulse.slow-requests cols="6" />
|
|
|
|
<livewire:pulse.slow-jobs cols="6" />
|
|
|
|
<livewire:pulse.slow-outgoing-requests cols="6" />
|
|
</x-pulse>
|