Commit Graph

4 Commits

Author SHA1 Message Date
Manu Miu
1ed62c8d11
Merge 82976fd520 into 9534c8c2fd 2021-09-11 16:59:26 +02: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
Manu Miu
82976fd520 [IMP] add option to customize wait-for-psql.py timeout
Allow users to pass a custom timeout value for the `wait-for-psql.py`
script to the container via the `PSQL_TIMEOUT` environment variable.
The timeout of 30 seconds still remains the default.
2020-11-28 16:40:26 +10:00
Christophe Monniez
0ffdd00409 [ADD] Odoo: 14.0 2020-10-02 14:28:06 +02:00