docs: update dev environment config and documentation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 20:51:39 +00:00
parent b414502062
commit 5c78a4051a
3 changed files with 162 additions and 243 deletions

View File

@@ -39,7 +39,7 @@ services:
- AI_PROVIDER=anthropic
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
- GOOGLE_AI_API_KEY=${GOOGLE_AI_API_KEY}
- CORS_ORIGINS=["http://localhost:3000","http://localhost:5173","http://127.0.0.1:3000","http://127.0.0.1:5173","http://192.168.0.9:5173","http://192.168.0.9:3000"]
- CORS_ORIGINS=["http://localhost:3000","http://localhost:5173","http://127.0.0.1:3000","http://127.0.0.1:5173","http://46.202.92.250:5173","http://46.202.92.250:3000","https://resolutionflow.com","https://www.resolutionflow.com"]
depends_on:
db:
condition: service_healthy
@@ -55,7 +55,7 @@ services:
- ./frontend:/app
- /app/node_modules
environment:
- VITE_API_URL=http://192.168.0.9:8000
- VITE_API_URL=http://46.202.92.250:8000
depends_on:
- backend