feta:优化流畅度
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user