defang
defang copied to clipboard
Docker compose parity: add --wait and --wait-timeout
--wait Wait for services to be running|healthy. Implies detached mode.
--wait-timeout int Maximum duration to wait for the project to be running|healthy.
--wait is implied for all defang compose up, --wait-timeout is useful for CI. CLI should exit with non-zero when the timeout is reached. Can use the golang context.WithTimeout feature to cancel the CLI.