Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 43b333e commit db25656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ services:
- "80:80"
- "443:443"
postgres10:
image: postgres:10
image: postgres:16
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 60s
timeout: 30s
retries: 6
postgres15:
image: postgres:15
image: postgres:16
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 60s
Expand Down

0 comments on commit db25656

Please sign in to comment.