Skip to content

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 app with a run command of php artisan inertia:start-ssr to serve the laravel application the client side javascript, but server side.

Clone this wiki locally