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