Replies: 1 comment
-
For example:
This is how it's documented, but can I do something like:
If I want to use that WaitStrategy for all services inside the compose file without manually changing the code. The compose file in our case can vary a lot :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Is it possible to create 1 waiting strategy for all services defined in a compose within a DockerComposeContainer? According to the documentation, it can only be done by explicitly coding a waiting strategy one by one using the waitingFor function.
Kind regards!
Beta Was this translation helpful? Give feedback.
All reactions