Merge pull request #1973 from w3cj/fix-supabase-template

fix #1966: update supabase template
This commit is contained in:
Andras Bacsai 2024-04-12 23:32:24 +02:00 committed by GitHub
commit b8987963b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -952,9 +952,10 @@ services:
- GOTRUE_EXTERNAL_PHONE_ENABLED=${ENABLE_PHONE_SIGNUP:-true}
- GOTRUE_SMS_AUTOCONFIRM=${ENABLE_PHONE_AUTOCONFIRM:-true}
realtime-dev.supabase-realtime:
realtime-dev:
# This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
image: supabase/realtime:v2.25.66
container_name: realtime-dev.supabase-realtime
depends_on:
supabase-db:
# Disable this if you are using an external Postgres database

File diff suppressed because one or more lines are too long