Skip to content

Added basic docker healthcheck to app#29

Open
johntdyer wants to merge 2 commits intoflighttrackr:mainfrom
johntdyer:main
Open

Added basic docker healthcheck to app#29
johntdyer wants to merge 2 commits intoflighttrackr:mainfrom
johntdyer:main

Conversation

@johntdyer
Copy link
Copy Markdown

added a basic healthcheck for docker

    healthcheck:
      interval: 10s
      test: wget --no-verbose --tries=1 --spider http://127.0.0.1:8080/ || exit 1
      timeout: 30s
      retries: 2
      start_period: 15s

Added health check server functionality and improved connection handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant