Deploys a single instance of the Netifi Broker.
Configuration options for the broker can be found in the environment configuration file.
The broker will start with the following preconfigured access key:
- Access Key:
8833333111127534 - Access Token:
Ih+hNsSdxLxAtHceTeEia2MGXSc=
The broker will start with the following preconfigured admin access key:
- Access Key:
9007199254740991 - Access Token:
kTBDVtfRBO4tHOnZzSyY5ym2kfY=
The broker will start with the following port mappings:
| Host | Container | Description |
|---|---|---|
| 6001 | 6001 | Admin |
| 7001 | 7001 | Clustering |
| 8001 | 8001 | TCP |
| 8101 | 8101 | Websockets |
In the current directory, run the following command to deploy the broker:
docker-compose up
In the current directory, run the following command to stop the running broker:
docker-compose kill
In the current directory, run the following command to remove the broker container:
docker-compose rm