You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll need to think about it. Not sure if there is a way for django to detect that it is being run in a docker env. It might just be a case of adding another env variable and throwing it behind an if statement.
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
The text was updated successfully, but these errors were encountered: