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

Commit

Permalink
New 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 Mar 29, 2022
1 parent a7fb702 commit 763b0b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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 -q -h database -U planit"
interval: 3s
timeout: 3s
timeout: 15s
retries: 3
start_period: 5s
start_period: 8s
angular:
image: planit-spa
build:
Expand Down

0 comments on commit 763b0b2

Please sign in to comment.