Skip to content

Commit ce89d32

Browse files
authored
fix(studio): use postgres user for read write operations (#4828)
1 parent c5476b8 commit ce89d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,7 @@ EOF
11731173
"SNIPPETS_MANAGEMENT_FOLDER=" + containerSnippetsPath,
11741174
// Ref: https://github.com/vercel/next.js/issues/51684#issuecomment-1612834913
11751175
"HOSTNAME=0.0.0.0",
1176+
"POSTGRES_USER_READ_WRITE=postgres",
11761177
},
11771178
Healthcheck: &container.HealthConfig{
11781179
Test: []string{"CMD-SHELL", `node --eval="fetch('http://127.0.0.1:3000/api/platform/profile').then((r) => {if (!r.ok) throw new Error(r.status)})"`},

0 commit comments

Comments
 (0)