Skip to content

Commit 55e89a0

Browse files
committed
chore: fix pgmeta type generation
1 parent 825d325 commit 55e89a0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/db/docker-compose.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ services:
4040
POSTGRES_PASSWORD: postgres
4141
POSTGRES_HOST: /var/run/postgresql
4242
POSTGRES_PORT: 5432
43-
# pgmeta:
44-
# image: local-pg-meta
45-
# ports:
46-
# - '8080:8080'
47-
# environment:
48-
# - PG_META_DB_HOST=db
43+
pgmeta:
44+
# TODO: use postgres-meta once https://github.com/supabase/postgres-meta/pull/971 is published
45+
image: local-pg-meta
46+
ports:
47+
- '8080:8080'
48+
environment:
49+
- PG_META_DB_HOST=db

0 commit comments

Comments
 (0)