feta:优化流畅度

This commit is contained in:
2025-12-29 15:52:50 +08:00
parent abcbe3cddc
commit 67025a4865
20 changed files with 337 additions and 175 deletions

View File

@@ -6,9 +6,9 @@ services:
context: ../apps/web
dockerfile: Dockerfile
ports:
- "3000:3000"
- "3030:3030"
environment:
- NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
- NEXT_PUBLIC_API_BASE_URL=http://localhost:8030
depends_on:
- api
@@ -17,7 +17,7 @@ services:
context: ../apps/api
dockerfile: Dockerfile
ports:
- "8000:8000"
- "8030:8030"
environment:
- APP_ENV=dev
- DATABASE_URL=mysql+aiomysql://root:root@db:3306/translator