You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a problem with YAML in general (see docker/compose#1788), all environment variables are strings, but I agree that the types in the docs can make it confusing. But since it was mentioned in the context of command line arguments, it's technically correct.
@w3b6x9 any thoughts on this? I think a minor improvement would be to mention examples alongside the options without specifying types.
Thanks for bringing this to our attention, @kapoko!
@soedirgo Thanks for looking into this! I agree, let's have another example to better demonstrate how to pass in these env vars. I'll put up a PR, link this issue, and we can discuss futher!
Bug report
SECURE_CHANNELS should be a string, number or null.
Describe the bug
Setting SECURE_CHANNELS to
true
orfalse
in docker-compose file throws error. The docs say this value should be boolean but it is not allowed.To Reproduce
Set
supabase/realtime
docker image environment valueSECURE_CHANNELS
totrue
(orfalse
).Expected behavior
No error, or the docs to specify the value should be
'true'
or'false'
(with quotes).Screenshots
System information
The text was updated successfully, but these errors were encountered: