We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825d325 commit 55e89a0Copy full SHA for 55e89a0
test/db/docker-compose.yml
@@ -40,9 +40,10 @@ services:
40
POSTGRES_PASSWORD: postgres
41
POSTGRES_HOST: /var/run/postgresql
42
POSTGRES_PORT: 5432
43
- # pgmeta:
44
- # image: local-pg-meta
45
- # ports:
46
- # - '8080:8080'
47
- # environment:
48
- # - PG_META_DB_HOST=db
+ pgmeta:
+ # TODO: use postgres-meta once https://github.com/supabase/postgres-meta/pull/971 is published
+ image: local-pg-meta
+ ports:
+ - '8080:8080'
+ environment:
49
+ - PG_META_DB_HOST=db
0 commit comments