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 a0afa9e commit 587f55eCopy full SHA for 587f55e
docker/docker-compose.yml
@@ -32,6 +32,9 @@ services:
32
HOSTNAME: "::"
33
34
STUDIO_PG_META_URL: http://meta:8080
35
+ POSTGRES_PORT: ${POSTGRES_PORT}
36
+ POSTGRES_HOST: ${POSTGRES_HOST}
37
+ POSTGRES_DB: ${POSTGRES_DB}
38
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
39
PG_META_CRYPTO_KEY: ${PG_META_CRYPTO_KEY}
40
0 commit comments