Fix Docker startup script and complete application deployment
- Update docker-start.sh to force correct profiles (qdrant, admin) - Fix PostgreSQL port mapping from 5432 to 15432 across all configs - Resolve MCP import conflicts by renaming src/mcp to src/mcp_servers - Fix admin interface StaticFiles mount syntax error - Update LLM client to support both Ollama and OpenAI-compatible APIs - Configure host networking for Discord bot container access - Correct database connection handling for async context managers - Update environment variables and Docker compose configurations - Add missing production dependencies and Dockerfile improvements
This commit is contained in:
7
admin-frontend/.npmrc
Normal file
7
admin-frontend/.npmrc
Normal file
@@ -0,0 +1,7 @@
|
||||
legacy-peer-deps=true
|
||||
audit=false
|
||||
fund=false
|
||||
prefer-offline=true
|
||||
cache-max=86400000
|
||||
force=true
|
||||
strict-peer-deps=false
|
||||
@@ -10,7 +10,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.8.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^3.0.0",
|
||||
"@tailwindcss/forms": "^0.5.0",
|
||||
"tailwindcss": "^3.3.0",
|
||||
@@ -55,5 +55,17 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"ajv": "^6.12.6",
|
||||
"ajv-keywords": "^3.5.2",
|
||||
"schema-utils": "^3.1.1",
|
||||
"fork-ts-checker-webpack-plugin": "^6.5.3"
|
||||
},
|
||||
"overrides": {
|
||||
"ajv": "^6.12.6",
|
||||
"ajv-keywords": "^3.5.2",
|
||||
"schema-utils": "^3.1.1",
|
||||
"fork-ts-checker-webpack-plugin": "^6.5.3"
|
||||
},
|
||||
"proxy": "http://localhost:8000"
|
||||
}
|
||||
Reference in New Issue
Block a user