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
Because the depends_on option is ignored when deploying a stack in swarm mode with a version 3 Compose file (https://docs.docker.com/compose/compose-file/#depends_on) we need to implement our own solution (wait-for script or simply add a wait between the deployment of each stack)
To keep it simple, we remember that it is necessary to define the stacks in the order of dependencies and let"s add a delay that will force the process to wait between each stack
When using the subcommend
deploy all
, we may have some services that do not work while if we do it stack by stack it worksThe text was updated successfully, but these errors were encountered: