Change service name directly

This commit is contained in:
Manuel 2024-03-15 09:19:30 +01:00 committed by GitHub
parent 73f889ac9f
commit 1894573c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -940,9 +940,10 @@ services:
- GOTRUE_EXTERNAL_PHONE_ENABLED=${ENABLE_PHONE_SIGNUP:-true}
- GOTRUE_SMS_AUTOCONFIRM=${ENABLE_PHONE_AUTOCONFIRM:-true}
supabase-realtime:
realtime-dev.supabase-realtime:
# This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
container_name: realtime-dev.supabase-realtime
# Name of service has to be changed as coolify is generating container names automatically
# container_name: realtime-dev.supabase-realtime
image: supabase/realtime:v2.25.50
depends_on:
supabase-db: