|
|
@@ -17,7 +17,7 @@ services:
|
|
|
environment:
|
|
|
- BACKEND_HOST=0.0.0.0
|
|
|
- BACKEND_PORT=8010
|
|
|
- - BACKEND_CORS_ORIGINS=http://localhost
|
|
|
+ - BACKEND_CORS_ORIGINS=http://localhost:3000
|
|
|
# 沐曦 maca 环境变量
|
|
|
- MACA_PATH=/opt/maca
|
|
|
- LD_LIBRARY_PATH=/opt/maca/lib:/opt/maca/mxgpu_llvm/lib:/opt/maca/ompi/lib
|
|
|
@@ -38,7 +38,7 @@ services:
|
|
|
container_name: finetune-frontend
|
|
|
restart: unless-stopped
|
|
|
ports:
|
|
|
- - "80:80"
|
|
|
+ - "3000:80"
|
|
|
depends_on:
|
|
|
- backend
|
|
|
networks:
|