final version
This commit is contained in:
@@ -59,7 +59,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: algorithm-showcase-backend
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8001:8000"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -99,7 +99,7 @@ services:
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
- VITE_API_BASE_URL=http://localhost:8000/api
|
||||
- VITE_API_BASE_URL=http://localhost:8001/api
|
||||
restart: unless-stopped
|
||||
|
||||
# Nginx反向代理 (可选)
|
||||
|
||||
Reference in New Issue
Block a user