final version

This commit is contained in:
2026-02-18 23:39:39 +08:00
parent 72ab0c0b56
commit 32d0bca5f9
3975 changed files with 781 additions and 1106509 deletions

View File

@@ -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反向代理 (可选)