Skip to content

Commit

Permalink
Update docker-compose to use latest images to be sure tests conform t…
Browse files Browse the repository at this point in the history
…o latest releases.
  • Loading branch information
acupofjose committed Dec 30, 2021
1 parent 7da5457 commit 7f1decf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"

services:
rest:
image: postgrest/postgrest:v7.0.1
image: postgrest/postgrest:latest
restart: unless-stopped
ports:
- "3000:3000"
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
- db

db:
image: postgres:13
image: postgres:latest
restart: unless-stopped
ports:
- "5432:5432"
Expand All @@ -46,4 +46,4 @@ services:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_PORT: 5432

0 comments on commit 7f1decf

Please sign in to comment.