Created
November 18, 2021 12:01
-
-
Save CribberSix/10b3dae73567f21500fd08a8b959194b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
healthcheck: | |
test: ["CMD", "curl", "-f", "http://myairflow:8080/admin/"] | |
interval: 30s | |
timeout: 20s | |
retries: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment