From b3d195d3d3a1db6cacb2a2e10e7d9331fa374b7f Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 27 Jun 2023 09:12:00 +0100 Subject: Add participant simulator to docker-compose.yml Issue-ID: POLICY-4738 Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33 Signed-off-by: waynedunican --- compose/export-ports.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'compose/export-ports.sh') diff --git a/compose/export-ports.sh b/compose/export-ports.sh index d859b1a0..5d64e1f9 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -41,6 +41,7 @@ export DROOLS_TELEMETRY_PORT=30216 export DIST_PORT=30006 export ACM_PORT=30007 export POLICY_PARTICIPANT_PORT=30008 +export SIM_PARTICIPANT_PORT=30011 export DROOLS_APPS_PORT=30009 export DROOLS_APPS_TELEMETRY_PORT=30219 export DMAAP_PORT=30904 -- cgit 1.2.3-korg