Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinmo/nanomq
Dockerfile of eqmx/nanomq with TLS support, built on Alpine
https://github.com/kelvinmo/nanomq
Last synced: 9 days ago
JSON representation
Dockerfile of eqmx/nanomq with TLS support, built on Alpine
- Host: GitHub
- URL: https://github.com/kelvinmo/nanomq
- Owner: kelvinmo
- License: mit
- Created: 2024-05-31T21:51:46.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-01T00:23:52.000Z (7 months ago)
- Last Synced: 2024-06-01T23:29:59.751Z (7 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# nanomq
This is a custom build of the `eqmx/nanomq` docker image. It is built
with support for TLS/SSL only, and therefore falls between the
"basic" and the "slim" versions as described in the [NanoMQ website].Other differences between this image and the the official docker image
are set out below.## Mount points and volumes
The configuration directory has been changed to `/etc/nanomq`. This can be
used as a docker mount point to load custom configurations.The default configuration will write logs to a docker volume mounted on
`/var/log/nanomq`.## Deployment
See the [NanoMQ website] for deployment instructions.
[NanoMQ website]: https://nanomq.io/docs/en/latest/installation/docker.html