Skip to content

Commit 587f55e

Browse files
authored
fix(docker): pass postgres host, port and db env to studio (supabase#40169)
1 parent a0afa9e commit 587f55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ services:
3232
HOSTNAME: "::"
3333

3434
STUDIO_PG_META_URL: http://meta:8080
35+
POSTGRES_PORT: ${POSTGRES_PORT}
36+
POSTGRES_HOST: ${POSTGRES_HOST}
37+
POSTGRES_DB: ${POSTGRES_DB}
3538
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
3639
PG_META_CRYPTO_KEY: ${PG_META_CRYPTO_KEY}
3740

0 commit comments

Comments
 (0)