chore: remap external ports to 555xx range to avoid host collisions
This commit is contained in:
@@ -22,13 +22,13 @@ DASHBOARD_USERNAME=supabase
|
||||
DASHBOARD_PASSWORD=mc-cars-studio
|
||||
|
||||
# ---- Public URLs (as seen from the browser) ----
|
||||
SITE_URL=http://localhost:8080
|
||||
API_EXTERNAL_URL=http://localhost:54321
|
||||
SUPABASE_PUBLIC_URL=http://localhost:54321
|
||||
SITE_URL=http://localhost:55580
|
||||
API_EXTERNAL_URL=http://localhost:55521
|
||||
SUPABASE_PUBLIC_URL=http://localhost:55521
|
||||
|
||||
# ---- GoTrue (Auth) ----
|
||||
GOTRUE_SITE_URL=http://localhost:8080
|
||||
GOTRUE_URI_ALLOW_LIST=http://localhost:8080,http://localhost:8080/admin.html
|
||||
GOTRUE_SITE_URL=http://localhost:55580
|
||||
GOTRUE_URI_ALLOW_LIST=http://localhost:55580,http://localhost:55580/admin.html
|
||||
DISABLE_SIGNUP=true
|
||||
ENABLE_EMAIL_SIGNUP=true
|
||||
ENABLE_EMAIL_AUTOCONFIRM=true
|
||||
|
||||
+5
-5
@@ -46,7 +46,7 @@ services:
|
||||
- /mnt/user/appdata/mc-cars/supabase/migrations/00-run-init.sh:/docker-entrypoint-initdb.d/00-run-init.sh:ro
|
||||
- /mnt/user/appdata/mc-cars/supabase/migrations/01-init.sql:/sql/01-init.sql:ro
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "55532:5432"
|
||||
networks: [mccars]
|
||||
logging: { driver: json-file, options: { max-size: "10m", max-file: "3" } }
|
||||
|
||||
@@ -273,8 +273,8 @@ services:
|
||||
volumes:
|
||||
- /mnt/user/appdata/mc-cars/supabase/kong.yml:/home/kong/kong.yml:ro
|
||||
ports:
|
||||
- "54321:8000/tcp"
|
||||
- "54443:8443/tcp"
|
||||
- "55521:8000/tcp"
|
||||
- "55543:8443/tcp"
|
||||
networks: [mccars]
|
||||
logging: { driver: json-file, options: { max-size: "10m", max-file: "3" } }
|
||||
|
||||
@@ -305,7 +305,7 @@ services:
|
||||
LOGFLARE_URL: http://localhost:4000
|
||||
NEXT_PUBLIC_ENABLE_LOGS: "false"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "55530:3000"
|
||||
networks: [mccars]
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
@@ -326,6 +326,6 @@ services:
|
||||
- /mnt/user/appdata/mc-cars/frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- /mnt/user/appdata/mc-cars/frontend/99-config.sh:/docker-entrypoint.d/99-config.sh:ro
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "55580:80"
|
||||
networks: [mccars]
|
||||
logging: { driver: json-file, options: { max-size: "10m", max-file: "3" } }
|
||||
|
||||
Reference in New Issue
Block a user