try to use docker compose
Laravel in combination with docker
I have a relatively new solution built with Laravel. The first 2 customers use it via our own cloud environment.
A new customer wants to run our solution on their own server. Now I can of course draw up specifications that the server must meet. On the one hand, hardware requirements. And on the other hand which software components are needed such as nginx, php, mysql.
Now I also read about docker. In that case I can bundle all software components in a container myself. The customer's administrator then only needs to install docker on the server.
Is it smart to combine Laravel with docker? What are your experiences and best practices?
Please or to participate in this conversation.