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
The integration testing uses a single stack file, but the deployment uses separate stack files. This separation is unnecessary, as only those parts of the stack are updated that have changed due to the internal docker states.
The text was updated successfully, but these errors were encountered:
The solution is to deploy the database as a separate stack.
This strategy allows the initializer to complete before the main stack will be deployed. Ansible ensures that both services are up before completing the task and starts deploying the rest.
The integration testing uses a single stack file, but the deployment uses separate stack files. This separation is unnecessary, as only those parts of the stack are updated that have changed due to the internal docker states.
The text was updated successfully, but these errors were encountered: