rtCamp/Frappe-Manager

Improve Docker Compose Restart Handling

Xieyt opened this issue · 1 comments

Problem

  • Currently, Docker Compose restarts all services automatically, even when it's not necessary.
  • This wastes resources and slows down our application.

Solution

  • Remove automatic restart from Docker Compose files.
  • Find a better way to handle restarts, maybe by adding a flag --restart-always to create command.
  • Include status of this in info command. ( Maybe ? )
* [ ]  Remove automatic restart from Docker Compose files.

Implemented in #134.