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