opencve-docker icon indicating copy to clipboard operation
opencve-docker copied to clipboard

Add redirect log to stdout and config to new feature

Open lprat opened this issue 4 years ago • 2 comments

I added option gnucorn to get output log to stdout. And I added configuration for feature pushed on PR https://github.com/opencve/opencve/pull/139

Thank Lionel

lprat avatar Sep 02 '21 08:09 lprat

I let @ldurnez checks for the Gunicorn option, but please remove your custom configuration on opencve.cfg file because https://github.com/opencve/opencve/pull/139 has been closed. The comments are in my detailed answer.

ncrocfer avatar Sep 02 '21 13:09 ncrocfer

Hello,

Can you use variable inside the .env to configure these variable inside docker-compose file? As it has been done for the opencve_port variable for instance: ${OPENCVE_PORT:-8000}

This way, we keep compatibility and easy configuration for everyone that use different worker number etc.

ldurnez avatar Sep 28 '21 07:09 ldurnez