aleph icon indicating copy to clipboard operation
aleph copied to clipboard

TASK: Update the docker-compose.yml file to use more recent images of postgres etc.

Open Rosencrantz opened this issue 3 years ago • 3 comments

We should ensure that, for those using docker to deploy and run Aleph that they have access to up to date versions of the tools that we rely on. We currently have a postgres 10 image specified in our docker-compose which needs to be updated, but we should also check the other tools and ensure that they are up to date as well.

Rosencrantz avatar Jun 17 '22 06:06 Rosencrantz

Just stumbled upon this. This really should be fixed.

Postgres 10 is still the default for docker-compose.yml.

riotbib avatar Nov 19 '24 19:11 riotbib

Postgres 10 is now EOL. Is Aleph compatible with newer versions of Postgres? This is important as services such as AWS deprecated support for Postgres 10 over a year ago.

evanrex avatar Nov 29 '24 08:11 evanrex

Hi @Rosencrantz do you know if we can use a supported version of Postgres with aleph?

lyz-code avatar Jun 05 '25 12:06 lyz-code