tombh / peas

Docker and Ruby based PaaS
GNU General Public License v2.0
601 stars 33 forks source link

Start app containers on Peas boot #11

Open tombh opened 10 years ago

tombh commented 10 years ago

Currently when starting Peas with existing data in the database, no attempt is made to reflect the stored scaling profiles of apps by booting the relevant Docker containers for the app's processes. This could also possible be tied into some kind of health monitoring feature.

tombh commented 9 years ago

The new --restart=always policy should work for this

tombh commented 9 years ago

Then write a test!