Skip to content

Commit

Permalink
fix: set Realtime Docker DB_USER to supabase_admin (#11653)
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Jan 13, 2023
1 parent b0ed9a4 commit 00ac93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
PORT: 4000
DB_HOST: ${POSTGRES_HOST}
DB_PORT: ${POSTGRES_PORT}
DB_USER: ${POSTGRES_USER}
DB_USER: supabase_admin
DB_PASSWORD: ${POSTGRES_PASSWORD}
DB_NAME: ${POSTGRES_DB}
DB_AFTER_CONNECT_QUERY: 'SET search_path TO _realtime'
Expand Down

0 comments on commit 00ac93d

Please sign in to comment.