Not sure if the title is well suited, but I have a laravel application with a database and I want to make copies of them programmatically and serve them from diffent subdomains (each app with it's database).
What's better: - Make copies of the laravel folder and database, adding the server routing somehow - Create a docker or LXC container and deploy them as needed
How can this be achieved or what can I do to make this possible?