Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 8529e1a

Browse files
soedirgoinian
authored andcommitted
test: update postgrest image
1 parent aa223b4 commit 8529e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/db/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
version: '3'
44
services:
55
rest:
6-
image: postgrest/postgrest:v7.0.1
6+
image: postgrest/postgrest:v9.0.0
77
ports:
88
- '3000:3000'
99
environment:
1010
PGRST_DB_URI: postgres://postgres:postgres@db:5432/postgres
11-
PGRST_DB_SCHEMA: public, personal
11+
PGRST_DB_SCHEMAS: public,personal
1212
PGRST_DB_ANON_ROLE: postgres
1313
depends_on:
1414
- db

0 commit comments

Comments
 (0)