fix: autoriser 10.0.1.45 dans CORS_ORIGINS
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ services:
|
|||||||
UPLOAD_DIR: /data/uploads
|
UPLOAD_DIR: /data/uploads
|
||||||
DATA_DIR: /data
|
DATA_DIR: /data
|
||||||
REDIS_URL: redis://redis:6379
|
REDIS_URL: redis://redis:6379
|
||||||
CORS_ORIGINS: http://localhost:3001,http://localhost:3000
|
CORS_ORIGINS: http://localhost:3001,http://localhost:3000,http://10.0.1.45:3001
|
||||||
MCP_API_KEY: ${MCP_API_KEY}
|
MCP_API_KEY: ${MCP_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/app:/app/app
|
- ./backend/app:/app/app
|
||||||
|
|||||||
Reference in New Issue
Block a user