-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swarm mode for VIM #175
Comments
Checks and restarts are available with docker compose in non-swarm mode (eg healthcheck)... I think swarm is for multiple nodes? |
Thank you! I wasn't aware of this. Do we have checks and restarts implemented already? Sometimes our containers will fail (see logs below), which results in 502 nginx error, and we have to manually restart the container. In addition to the setting in docker compose, I think the current prod instance might be too small with 1 vCPU and 1.5 GiB RAM. Should we resize for a larger one? |
Looks like we do for some of the services and not for others (see here. The |
Would it make sense to consider adding healthchecks for the remaining containers as well?
|
Adding a restart instruction to the Perhaps there are relevant health checks, too...what they are depends on what you want to monitor. |
If possible, yes. I'd like UMIL to be responsive as possible. |
For production, we would like to have containers self check and restart if needed. Therefore, we will need a YML file for the Docker swarm mode.
The text was updated successfully, but these errors were encountered: