aclu-national / elections-api

An API for retrieving locally-relevant structured data about US elections
https://elections.api.aclu.org/v2/
MIT License
30 stars 4 forks source link

Postgis version not found #63

Open kokonakajima opened 3 years ago

kokonakajima commented 3 years ago

Ran into some errors running docker-compose up -d --build after clearing the build caches:

from database/Dockerfile:

E: Version '3.0.1+dfsg-2.pgdg100+1' for 'postgresql-12-postgis-3' was not found
E: Version '3.0.1+dfsg-2.pgdg100+1' for 'postgresql-12-postgis-3-scripts' was not found

I grabbed a more recent version in this branch which seemed like it resolved the issue, but wasn't sure if there is some other way of keeping this up to date? @alisonag if you have thoughts 😮