This commit is contained in:
parent
cc0d92cd78
commit
55b6591356
|
|
@ -18,7 +18,7 @@ acls:
|
|||
services:
|
||||
## Auth (GoTrue)
|
||||
- name: auth-v1
|
||||
url: http://gotrue:9999/
|
||||
url: http://127.0.0.1:9999/
|
||||
routes:
|
||||
- name: auth-v1-all
|
||||
strip_path: true
|
||||
|
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
## REST (PostgREST)
|
||||
- name: rest-v1
|
||||
url: http://postgrest:3000/
|
||||
url: http://127.0.0.1:3000/
|
||||
routes:
|
||||
- name: rest-v1-all
|
||||
strip_path: true
|
||||
|
|
@ -58,7 +58,7 @@ services:
|
|||
|
||||
## Storage
|
||||
- name: storage-v1
|
||||
url: http://storage-api:5000/
|
||||
url: http://127.0.0.1:5000/
|
||||
routes:
|
||||
- name: storage-v1-all
|
||||
strip_path: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue