Use symlinked APP_DATA_DIR, add MCP_API_BASE_URL and SHAREPOINT_BASE_URL env vars
This commit is contained in:
@@ -35,16 +35,24 @@
|
||||
{
|
||||
"key": "PORT",
|
||||
"value": "8001"
|
||||
},
|
||||
{
|
||||
"key": "MCP_API_BASE_URL",
|
||||
"value": "${MCP_API_BASE_URL}"
|
||||
},
|
||||
{
|
||||
"key": "SHAREPOINT_BASE_URL",
|
||||
"value": "${SHAREPOINT_BASE_URL}"
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "/home/alexz/ERP-Integration/backend/data",
|
||||
"hostPath": "${APP_DATA_DIR}/data",
|
||||
"containerPath": "/app/backend/data",
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/home/alexz/ERP-Integration/backend/uploads",
|
||||
"hostPath": "${APP_DATA_DIR}/uploads",
|
||||
"containerPath": "/app/backend/uploads",
|
||||
"readOnly": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user