Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages & setup docker-compose to allow override.env file (#239)
## Ticket ## Changes Updated Python packages Add support for an override.env file ## Context for reviewers These python package updates mirror similar ones we've done already on Simpler Grants.gov, so not concerned with any of them. The override.env file uses something added to Docker in January 2024: https://docs.docker.com/reference/compose-file/services/#required - in short, you can specify multiple .env files and have some be optional. This way we can always say to look for override.env, but not require it, and allow a user to write whatever they want to it without checking it in. ## Testing Locally I was able to create override.env, it not be added to git, and the overrides worked (changed `LOG_FORMAT` to `json` and back). --------- Co-authored-by: Kevin Boyer <[email protected]>
- Loading branch information