DEV Community

Discussion on: Setting up Adonis.js with Docker & MySQL

Collapse
 
computamike profile image
Mike Hingley

this is timely - I'm in the process of 'dockerizing' an adonisjs app - but I'm wondering about the PM2 stuff - because I think you get the same benefits of process management (restart if crashed etc) from docker restart policies. I'm "borrowing" part of the guide but I'll see if I can get it working using docker restart policies.