Use PostgreSQL in Docker containers#410
Conversation
Ah, at first I thought you mean this in a way that they are gone from the upstream... |
|
Is installing |
The |
|
|
|
Lacking PostgreSQL from the development image was half-intentional. For CodeCompass development SQLite could be enough. Anyway if we want to support our Docker image to work with PosgreSQL, then shouldn't it connect to a database running on the host machine or in a PostgreSQL Docker container? Maybe the extension of the documentation would also be useful on how to do it. |
I agree and have very similar configuration myself in production: CodeCompass running in docker, PostgreSQL server running on the host machine. But |
The
libodb-pgsql-devdependency is missing from the new Ubuntu 20.04 docker images.PostgreSQL supersedes SQLite in performance, therefore we shall support it also in the docker images for production systems.