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

Modernize docker-compose.yml #464

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2023

  1. Modernize docker-compose.yml

    * Move database connection parameters and other environment variables to an environment file
    * Remove the version number from docker-compose.yml since this is ignored by docker and causes IDEs to attempt to validate
    * Added health checks for containers to avoid warnings/errors (and removed "try again" notes from the readme)
    * Updated docs to use `exec` instead of `run` since the containers should already be running
    * Updated base images to latest stable versions (Python 3.12, PostgreSQL 16, and Redis 7)
    * Added missing notes about `update_index`
    jsma committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b5fa7e8 View commit details
    Browse the repository at this point in the history
  2. Updated Github CI to copy .env

    jsma committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6c20603 View commit details
    Browse the repository at this point in the history