fix: 修复nginx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user