Skip to content

Commit

Permalink
Merge pull request #99 from freemankevin/master
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
NyakudyaA authored Nov 27, 2023
2 parents 63c4fc4 + 5984d53 commit 28cd7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting
restart: on-failure
healthcheck:
test: "PGPASSWORD=docker pg_isready -h 127.0.0.1 -U docker -d gis"
test: "PGPASSWORD=$${POSTGRES_PASS} pg_isready -h 127.0.0.1 -U docker -d gis"

dbbackups:
image: kartoza/pg-backup:$POSTGRES_MAJOR_VERSION-$POSTGIS_MAJOR_VERSION.${POSTGIS_MINOR_RELEASE}
Expand Down

0 comments on commit 28cd7d5

Please sign in to comment.