actions-marketplace-validations/EMQ X MQTT Broker in GitHub Actions
Start an EMQ X message broker as Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | EMQ X version to use | no | latest |
| ports | Port mappings in a [host]:[container] format, delimited by spaces (example: "1883:1883 8883:8883") | no | 1883:1883 |
| certificates | Absolute path to a directory containing certificate files which can be referenced in the config (the folder is mounted under `/emqx-certs`) | no | "" |
| config | Absolute path to the `emqx.conf` configuration file to use | no | "" |
| container-name | The name of the spawned Docker container (can be used as hostname when accessed from other containers) | no | emqx |
Outputs
no outputs