* fix: do not check DB availability if code errors
Do not wait for the DB to be available if there are other errors blocking the access to it.
* Update docker-entrypoint.sh
Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
* feat: add support for Doctrine ORM
* feat: wait for DB and handle migrations if necessary
* feat: automatically use the MARIADB password
* fix cs
* feat: switch to postgres
* feat: switch to Postgres