fix(aurora): avoid port clash with native launchd instance on NODA2

This commit is contained in:
Apple
2026-03-01 03:36:47 -08:00
parent 91559a720b
commit 4e9091b96c

View File

@@ -85,10 +85,10 @@ services:
dockerfile: Dockerfile
container_name: aurora-service-node2
ports:
- "127.0.0.1:9401:9401"
- "127.0.0.1:9402:9401"
environment:
- AURORA_DATA_DIR=/data/aurora
- AURORA_PUBLIC_BASE_URL=http://127.0.0.1:9401
- AURORA_PUBLIC_BASE_URL=http://127.0.0.1:9402
- AURORA_CORS_ORIGINS=*
- AURORA_MODELS_DIR=/data/aurora/models
- AURORA_FORCE_CPU=false