File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,14 @@ Duration: 00:10:00
169169
170170This step is involved with running SAM enterprise with the new files generated.
171171
172+ 1. Create a docker network bridge such that your SAM container can communicate with your Solace Broker container
173+ ```
174+ docker network connect sam-network solace
175+ ```
176+
177+ > aside Positive
178+ > skip this step if you are connecting to a cloud hosted broker
179+
1721801. Create a `docker-compose.yaml` file with the following content
173181 ```yaml
174182 services:
@@ -201,6 +209,7 @@ This step is involved with running SAM enterprise with the new files generated.
201209 - `networks: sam-network` if you are attempting to connect to a local solace broker running on docker
202210 - We are passing the `configs` directory and `.env` file as volumes to the container
203211 - We are placing all the sam logs created in the container to a local directory called `enterprise-logs`
212+ - the `networks` section could be removed if you skipped previous step of creating a docker bridge
204213
205214 > aside positive
206215 > There are two modes of operation for SAM
You can’t perform that action at this time.
0 commit comments