This pull request adds the restart: always tag to the compose services in order to ensure that the services automatically restart in case of any failures. This will help prevent the site from going down and improve its overall stability.
Change to avoid future incidents like #155
Issues # (issue-id)
Closes #155
Additional comments
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
This pull request adds the
restart: always
tag to the compose services in order to ensure that the services automatically restart in case of any failures. This will help prevent the site from going down and improve its overall stability.Change to avoid future incidents like #155
Issues # (issue-id)
Closes #155
Additional comments
Type of change
Checklist