Skip to content
Sergio Bruder edited this page Dec 8, 2022 · 3 revisions

Welcome to the laserstack!

  • sqlite support, sorry, completely forgot about that until I needed and it failed. boom, added.
  • Lots of people like to (and can) live on the bleeding edge. For those, we've added php 8.2.0. For those which cannot freely choose which version of PHP they are using and are still stuck on a pre-8.0 world, we've also added php 7.4.
  • We've added PostgreSQL 15.1 as an option to MySQL.
  • We revamped the way you configure which containers do you need. Apart from the app container which will always run, you just list the containers you need in the PROFILES environment variable. If you need nginx+php, mysql and redis you declare simply PROFILES=mysql,redis on your .env file.

With the help of a friend from work (he needed a quick container-ized php setup and I suggested my docker stack to him) we identified a series of small issues which were making the life of a newcomer really difficult.

I'm sure that lot of you guys tried and abandoned it.

With all those issues fixed now give it a try (again?) and if you find any issue in your initial experience, please let me know and within the limits of my little available time I will try to help each one of you and make the initial laserstack experience better in the process.

Clone this wiki locally