Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Switch to postgres image and postgres 13 with postgis3.1
Browse files Browse the repository at this point in the history
Need some hints for monitoring image from:
docker-library/postgres#146 (comment)
  • Loading branch information
BryanQuigley authored and BryanQuigley committed May 17, 2022
1 parent a7fb702 commit f1389c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '2.3'
services:
database:
image: quay.io/azavea/postgis:2.2-postgres9.5-slim
image: postgis/postgis:13-3.1
environment:
- POSTGRES_USER=planit
- POSTGRES_PASSWORD=planit
- POSTGRES_DB=planit
healthcheck:
test: ["CMD", "pg_isready", "-U", "planit"]
test: "pg_isready -h database -U planit"
interval: 3s
timeout: 3s
retries: 3
Expand Down

0 comments on commit f1389c5

Please sign in to comment.