Skip to content
New issue

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

Add healthchecks to docker-compose.yml #186

Closed
wants to merge 7 commits into from

Commits on Oct 23, 2021

  1. Add healthchecks to docker-compose.yml

    Adds django-healthcheck to the project dependencies, as well as the
    relevant 'curl' command to the service's healthcheck. I've also added
    the relevant 'pg_isready' healthcheck to the database service,
    which allows us to remove the netcat check from our entrypoint scripts.
    jerbob authored and David Cooke committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ea216e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Update pyproject.toml

    Co-authored-by: Johannes Christ <[email protected]>
    jerbob and jchristgit committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    25b2bb8 View commit details
    Browse the repository at this point in the history
  2. Update docker-compose.yml

    Co-authored-by: Johannes Christ <[email protected]>
    jerbob and jchristgit committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f7a86c2 View commit details
    Browse the repository at this point in the history
  3. Update docker-compose.yml

    Co-authored-by: Johannes Christ <[email protected]>
    jerbob and jchristgit committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d977a67 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: Johannes Christ <[email protected]>
    jerbob and jchristgit committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    fb8c2e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34b2227 View commit details
    Browse the repository at this point in the history
  6. Recreate poetry lockfile

    jerbob committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9191e32 View commit details
    Browse the repository at this point in the history