A Symfony Docker app deployed with Kamal, using the symfony-docker template. Deploy your Symfony project on any VPS in less than 15s, no docker registry needed!
config/deploy.yml: the deploy configuration.kamal/secrets: secrets configuration, to be pulled from an external vault in the futurefrankenphp/Caddyfile: allow http request on /up/up serving as healthcheckgit clone https://github.com/florentdestremau/symfony-kamal.gitmake start to build fresh images and start the Docker containersmake up to start the project afterwards.https://symfony-kamal.localhost in your favorite web browsermake down to stop the Docker containers.See this project on GitHub:
florentdestremau/symfony-kamal