Open knop-ster opened 1 year ago
I'm trying to do the same thing with cypht on kubernetes leveraging a postgres-operator (zalando) managed db.
image/cypht_setup_database.php contains the pgsql table commands as well, so it really seems as simple as adding the driver.
I would like to use postgresql as database. For my configuration i get the error message:
Waiting for database connection … (could not find driver)
My compose looks like
When i take a look at Dockerfile i see, that the pdo driver for postgresql is missing. I think the Pull Request #11 solves this issue.