Commit Graph

3 Commits

Author SHA1 Message Date
Benjamin Demarteau
8db89c11e3 [FIX] Odoo 14.0-16.0: don't pass parameters from the config to the command line
Odoo will already use those values, passing them through the command line is not necessary
Fixes #334
2023-03-22 10:04:34 +01:00
Christophe Monniez
233277f7be [IMP] Odoo 12.0-13.0: add support for docker secret
In order to avoid postgresql password in an environment variable, a
PASSWORD_FILE environment may be used instead.

This allow the usage of secrets in docker-compose [0]

[0](https://github.com/compose-spec/compose-spec/blob/master/spec.md#secrets)
2021-08-09 15:51:56 +02:00
Christophe Monniez
0ffdd00409 [ADD] Odoo: 14.0 2020-10-02 14:28:06 +02:00