This commit is contained in:
hailin 2025-05-18 16:01:16 +08:00
parent cc0d92cd78
commit 55b6591356
1 changed files with 3 additions and 3 deletions

View File

@ -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