Symfony + Kamal

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!

Roadmap

Notable files

Getting Started

  1. Clone this project git clone https://github.com/florentdestremau/symfony-kamal.git
  2. If not already done, install Docker Compose (v2.10+)
  3. Run make start to build fresh images and start the Docker containers
  4. Run make up to start the project afterwards.
  5. Open https://symfony-kamal.localhost in your favorite web browser
  6. Run make down to stop the Docker containers.

See this project on GitHub:

florentdestremau/symfony-kamal