Commit Graph

2 Commits

Author SHA1 Message Date
rbuisson
14e51ae334 [IMP] 11.0-13.0: Wait for PostgreSQL before starting Odoo
In some situations, like when a docker compose file use a data volume
to persist postgresql databases, the Odoo server starts and tries to
connect to database server before the postgresql server is ready.

In such a case, the Odoo containers fails to start.

With this commit, the wait-for-it script is used to wait for the
database server service to be ready before starting Odoo.

This script is available as a Debian package.

Closes #258, closes #259
2019-10-16 13:16:21 +02:00
Christophe Monniez
a7e2eb4193 [ADD] Odoo: 12.0
* Creation of Dockerfile for Odoo version 12.0 release 20181004
2018-10-04 15:32:29 +02:00