You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose adding a restart policy to the default compose.yml file. In my opinion, all services (except the configurator) should have restart: unless-stopped as the default behavior.
Additionally, this setting could be made configurable via the .env file, similar to how the pull policy is currently handled.
Furthermore, overrides (e.g., for the database or Redis) should follow the same default behavior.
Let me know what you think! Happy to discuss further.
The text was updated successfully, but these errors were encountered:
Description
I would like to propose adding a restart policy to the default
compose.yml
file. In my opinion, all services (except the configurator) should haverestart: unless-stopped
as the default behavior.Additionally, this setting could be made configurable via the
.env
file, similar to how the pull policy is currently handled.Furthermore, overrides (e.g., for the database or Redis) should follow the same default behavior.
Let me know what you think! Happy to discuss further.
The text was updated successfully, but these errors were encountered: