Merge pull request #2602 from ryseek/anon_key_fix
fix: Supabase realtime service health check gets 403
This commit is contained in:
commit
9919224226
@ -1012,7 +1012,7 @@ services:
|
||||
"-o",
|
||||
"/dev/null",
|
||||
"-H",
|
||||
"Authorization: Bearer ${ANON_KEY}",
|
||||
"Authorization: Bearer ${SERVICE_SUPABASEANON_KEY}",
|
||||
"http://127.0.0.1:4000/api/tenants/realtime-dev/health"
|
||||
]
|
||||
timeout: 5s
|
||||
|
Loading…
Reference in New Issue
Block a user