diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-06-27 09:12:00 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2023-06-27 09:12:24 +0100 |
commit | b3d195d3d3a1db6cacb2a2e10e7d9331fa374b7f (patch) | |
tree | 7249562c722165aa155b3b0fbd2154ad05c4f5b8 /compose/export-ports.sh | |
parent | 82cd63adf72978d85db4e470582c98f804bbf224 (diff) |
Add participant simulator to docker-compose.yml
Issue-ID: POLICY-4738
Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'compose/export-ports.sh')
-rwxr-xr-x | compose/export-ports.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |