fix: 修复nginx

This commit is contained in:
Cassianvale
2025-03-07 16:03:39 +08:00
parent a567925bbc
commit 40955a5bdf
5 changed files with 22 additions and 28 deletions

View File

@@ -15,7 +15,6 @@ services:
- API_TIMEOUT=${API_TIMEOUT}
- LOGIN_PASSWORD=${LOGIN_PASSWORD}
- ANNOUNCEMENT_TEXT=${ANNOUNCEMENT_TEXT}
- BACKEND_URL=${BACKEND_URL:-http://localhost:8888}
volumes:
- ./logs:/app/logs
restart: unless-stopped
@@ -35,8 +34,6 @@ services:
container_name: stock-scanner-frontend
ports:
- "80:80"
environment:
- BACKEND_URL=${BACKEND_URL:-http://backend:8888}
depends_on:
- backend
restart: unless-stopped