This one I am a little more nervious about so didn't open a PR yet
I generated my own docker image with a few patches
postgres - #28
gunicorn to stdout - #29 (partially)
The other half is updating the LOGGING to let django logs output to gunicorn stdout.
I don't know how you'd want it to be made generic
https://github.com/halkeye-docker/openeats-api/blob/e1980ac34df4791a7452294bee3f873db83e943e/Dockerfile#L18-L33
is my changes
This one I am a little more nervious about so didn't open a PR yet
I generated my own docker image with a few patches
postgres - #28
gunicorn to stdout - #29 (partially)
The other half is updating the LOGGING to let django logs output to gunicorn stdout.
I don't know how you'd want it to be made generic
https://github.com/halkeye-docker/openeats-api/blob/e1980ac34df4791a7452294bee3f873db83e943e/Dockerfile#L18-L33
is my changes