Skip to content

Commit

Permalink
Revert "Upgrade postgis"
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Nov 16, 2022
1 parent 882840b commit 15104a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgis/postgis:10-3.2
FROM postgis/postgis:9.6-2.5

RUN apt-get update && apt-get install -y curl unzip &&\
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" &&\
Expand Down
2 changes: 1 addition & 1 deletion wait_for_postgres.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RETRIES=30
RETRIES=20
export PGPASSWORD=anyway
until psql -h 0.0.0.0 -U anyway -d anyway -c "select 1" > /dev/null 2>&1 || [ $RETRIES -eq 0 ]; do
echo "Waiting for postgres server, $((RETRIES--)) remaining attempts..."
Expand Down

0 comments on commit 15104a9

Please sign in to comment.