We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In recent compose changes, there is now more details about the depends_on conditions.
depends_on: broker: condition: service_started
The valid list is
Which aligns very well with the existing deploy.labels ecs.depends.condition
ecs.depends.condition
If the user sets either, import. If the user sets both, use the deploy.labels value as this is clearly the expected behaviour for compose-x to follow.
deploy.labels
The text was updated successfully, but these errors were encountered:
JohnPreston
Successfully merging a pull request may close this issue.
In recent compose changes, there is now more details about the depends_on conditions.
The valid list is
Which aligns very well with the existing deploy.labels
ecs.depends.condition
If the user sets either, import. If the user sets both, use the
deploy.labels
value as this is clearly the expected behaviour for compose-x to follow.The text was updated successfully, but these errors were encountered: