Set actual workspace paths in run-workspaces.sh
This commit is contained in:
Regular → Executable
+4
-4
@@ -9,10 +9,10 @@ set -euo pipefail
|
|||||||
IMAGE='192.168.3.80/melabidi/mcp_web_dev_server:latest'
|
IMAGE='192.168.3.80/melabidi/mcp_web_dev_server:latest'
|
||||||
|
|
||||||
# --- edit these four absolute paths ---
|
# --- edit these four absolute paths ---
|
||||||
WORKSPACE_1='/path/to/workspace1'
|
WORKSPACE_1='/Volumes/ExternalApps/repos/car_management_system'
|
||||||
WORKSPACE_2='/path/to/workspace2'
|
WORKSPACE_2='/Volumes/ExternalApps/repos/alrahma_sunday_school'
|
||||||
WORKSPACE_3='/path/to/workspace3'
|
WORKSPACE_3='/Volumes/ExternalApps/repos/alrahma_sunday_school_api'
|
||||||
WORKSPACE_4='/path/to/workspace4'
|
WORKSPACE_4='/Volumes/ExternalApps/repos/alrahma_web_client'
|
||||||
|
|
||||||
NAMES=(web-dev-ws1 web-dev-ws2 web-dev-ws3 web-dev-ws4)
|
NAMES=(web-dev-ws1 web-dev-ws2 web-dev-ws3 web-dev-ws4)
|
||||||
PORTS=(3939 3940 3941 3942)
|
PORTS=(3939 3940 3941 3942)
|
||||||
|
|||||||
Reference in New Issue
Block a user