* RABBITMQ: Set RABBITMQ_LOGS env variable default to empty
To setup `log.console`/`log.file` in RabbitMQ configuration, it is needed to set the environment variable `RABBITMQ_LOGS` to be empty.
By default, the bitnami Helm chart set the default already to `-`.
Signed-off-by: Anthony Hausman <anthony.hausman@backmarket.com>
* Add RABBITMQ_LOGS env variable to docker-compose
Signed-off-by: Anthony Hausman <anthony.hausman@backmarket.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>