TASK: Update the docker-compose.yml file to use more recent images of postgres etc.
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.
Just stumbled upon this. This really should be fixed.
Postgres 10 is still the default for docker-compose.yml.
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.
Hi @Rosencrantz do you know if we can use a supported version of Postgres with aleph?