chore: remap external ports to 555xx range to avoid host collisions

This commit is contained in:
Lago
2026-04-17 18:50:49 +02:00
parent 5865f796ce
commit 8b0a25f9c3
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -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" } }