-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatic start of docker compose services #87
Comments
we can also find a way to avoid to run docker compose up in a terminal. |
As I've seen with Docker Desktop, it starts automatically when DD is launched. We just need to check and adapt things like |
According to the documentation commit/compare : main...feat/autostart-dockerdesktop We may need to find a workaround for the auto config container. Another solution could be to use labels & autoheal service. |
indeed, teleporter-templating-config should be sometimes restarted bye not always. The auto heal can be a soluce, or another scheduler containers, somethink simular to a rundeck container but simpler. |
It's done here with #99 right ? |
UX test with student show it's better to automatic start every services in the docker compose.
After the initial setup, student will have to only start Docker Desktop every Day (nothink to do with Docker engine).
The text was updated successfully, but these errors were encountered: