3535services :
3636 # # Open Auth routes
3737 - name : auth-v1-open
38- url : ${SUPABASE_AUTH_URL:=http://auth:9999/}verify
38+ url : ${SUPABASE_AUTH_URL:=http://auth.supabase.internal :9999/}verify
3939 routes :
4040 - name : auth-v1-open
4141 strip_path : true
@@ -44,7 +44,7 @@ services:
4444 plugins :
4545 - name : cors
4646 - name : auth-v1-open-callback
47- url : ${SUPABASE_AUTH_URL:=http://auth:9999/}callback
47+ url : ${SUPABASE_AUTH_URL:=http://auth.supabase.internal :9999/}callback
4848 routes :
4949 - name : auth-v1-open-callback
5050 strip_path : true
@@ -53,7 +53,7 @@ services:
5353 plugins :
5454 - name : cors
5555 - name : auth-v1-open-authorize
56- url : ${SUPABASE_AUTH_URL:=http://auth:9999/}authorize
56+ url : ${SUPABASE_AUTH_URL:=http://auth.supabase.internal :9999/}authorize
5757 routes :
5858 - name : auth-v1-open-authorize
5959 strip_path : true
@@ -65,7 +65,7 @@ services:
6565 # # Secure Auth routes
6666 - name : auth-v1
6767 _comment : " GoTrue: /auth/v1/* -> http://auth:9999/*"
68- url : ${SUPABASE_AUTH_URL:=http://auth:9999/}
68+ url : ${SUPABASE_AUTH_URL:=http://auth.supabase.internal :9999/}
6969 routes :
7070 - name : auth-v1-all
7171 strip_path : true
@@ -86,7 +86,7 @@ services:
8686 # # Secure REST routes
8787 - name : rest-v1
8888 _comment : " PostgREST: /rest/v1/* -> http://rest:3000/*"
89- url : ${SUPABASE_REST_URL:=http://rest:3000/}
89+ url : ${SUPABASE_REST_URL:=http://rest.supabase.internal :3000/}
9090 routes :
9191 - name : rest-v1-all
9292 strip_path : true
@@ -107,7 +107,7 @@ services:
107107 # # Secure GraphQL routes
108108 - name : graphql-v1
109109 _comment : " PostgREST: /graphql/v1/* -> http://rest:3000/rpc/graphql"
110- url : ${SUPABASE_GRAPHQL_URL:=http://rest:3000/rpc/graphql}
110+ url : ${SUPABASE_GRAPHQL_URL:=http://rest.supabase.internal :3000/rpc/graphql}
111111 routes :
112112 - name : graphql-v1-all
113113 strip_path : true
@@ -133,7 +133,7 @@ services:
133133 # # Secure Realtime routes
134134 - name : realtime-v1
135135 _comment : " Realtime: /realtime/v1/* -> ws://realtime:4000/socket/*"
136- url : ${SUPABASE_REALTIME_URL:=http://realtime:4000/socket/}
136+ url : ${SUPABASE_REALTIME_URL:=http://realtime.supabase.internal :4000/socket/}
137137 routes :
138138 - name : realtime-v1-all
139139 strip_path : true
@@ -154,7 +154,7 @@ services:
154154 # # Storage routes: the storage server manages its own auth
155155 - name : storage-v1
156156 _comment : " Storage: /storage/v1/* -> http://storage:5000/*"
157- url : ${SUPABASE_STORAGE_URL:=http://storage:5000/}
157+ url : ${SUPABASE_STORAGE_URL:=http://storage.supabase.internal :5000/}
158158 routes :
159159 - name : storage-v1-all
160160 strip_path : true
@@ -166,7 +166,7 @@ services:
166166 # # Secure Database routes
167167 - name : meta
168168 _comment : " pg-meta: /pg/* -> http://pg-meta:8080/*"
169- url : ${SUPABASE_META_HOST:=http://meta:8080/}
169+ url : ${SUPABASE_META_HOST:=http://meta.supabase.internal :8080/}
170170 routes :
171171 - name : meta-all
172172 strip_path : true
0 commit comments