luyadev / luya-kickstarter

Kickstart a new LUYA project application.
https://luya.io
MIT License
46 stars 26 forks source link

Persistent mysql data #49

Closed boehsermoe closed 4 years ago

boehsermoe commented 4 years ago

Fixed missing named volume #48

nadar commented 4 years ago

I still think we should keep the docker-compose small and not error prone, but hopefully other developers require this feature too.

nadar commented 4 years ago

@boehsermoe if someone runs a mysql server along with docker-compose up, it will throw an error due to port conflict, so if they are not used to debug this kind of scenarios they will either:

  1. quit using LUYA
  2. ask in Slack or Issue, which will take us time to answer for "nothing".

Maybe you understand my concerns now.