fix realtime

This commit is contained in:
Matt
2024-05-02 10:52:55 -05:00
committed by GitHub
parent 67c9937e67
commit 596eaa7590

View File

@@ -171,7 +171,7 @@ services:
## Secure Realtime routes ## Secure Realtime routes
- name: realtime-v1-ws - name: realtime-v1-ws
_comment: 'Realtime: /realtime/v1/* -> ws://realtime:4000/socket/*' _comment: 'Realtime: /realtime/v1/* -> ws://realtime:4000/socket/*'
url: http://realtime-dev.supabase-realtime:4000/socket url: http://realtime-dev:4000/socket
protocol: ws protocol: ws
routes: routes:
- name: realtime-v1-ws - name: realtime-v1-ws
@@ -191,7 +191,7 @@ services:
- anon - anon
- name: realtime-v1-rest - name: realtime-v1-rest
_comment: 'Realtime: /realtime/v1/* -> ws://realtime:4000/socket/*' _comment: 'Realtime: /realtime/v1/* -> ws://realtime:4000/socket/*'
url: http://realtime-dev.supabase-realtime:4000/api url: http://realtime-dev:4000/api
protocol: http protocol: http
routes: routes:
- name: realtime-v1-rest - name: realtime-v1-rest
@@ -690,7 +690,7 @@ services:
kong: 'starts_with(string!(.appname), "supabase-kong")' kong: 'starts_with(string!(.appname), "supabase-kong")'
auth: 'starts_with(string!(.appname), "supabase-auth")' auth: 'starts_with(string!(.appname), "supabase-auth")'
rest: 'starts_with(string!(.appname), "supabase-rest")' rest: 'starts_with(string!(.appname), "supabase-rest")'
realtime: 'starts_with(string!(.appname), "realtime-dev.supabase-realtime")' realtime: 'starts_with(string!(.appname), "realtime-dev")'
storage: 'starts_with(string!(.appname), "supabase-storage")' storage: 'starts_with(string!(.appname), "supabase-storage")'
functions: 'starts_with(string!(.appname), "supabase-functions")' functions: 'starts_with(string!(.appname), "supabase-functions")'
db: 'starts_with(string!(.appname), "supabase-db")' db: 'starts_with(string!(.appname), "supabase-db")'