-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying in Containers
Ethan Knowlton edited this page Jul 29, 2025
·
1 revision
Currently for a deployment thats hosting the demo at jobshop.works I have three containers.
- web; A nginx container that serves static resources, and the php-fpm proxy.
- app; A php-fpm container that serves the laravel application.
- ssr; Same container as
appwith a run command ofphp artisan inertia:start-ssrto serve the laravel application the client side javascript, but server side.