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
Among other things, this may (should) help with some of the timing issues people sometimes report as possible bugs in the Installer.
e.g. (note: do not use this one)
db: [...] healthcheck: test: [ "CMD", "healthcheck.sh", "--innodb_initialized" ] #start_period: 1m #start_interval: 10s #interval: 1m timeout: 5s retries: 6 [...] app: depends_on: db: condition: service_healthy restart: true redis: condition: service_started
The text was updated successfully, but these errors were encountered:
More general healthcheck stuff:
Sorry, something went wrong.
depends_on
condition
No branches or pull requests
Among other things, this may (should) help with some of the timing issues people sometimes report as possible bugs in the Installer.
e.g. (note: do not use this one)
The text was updated successfully, but these errors were encountered: