https://github.com/gregwhitaker/netifi-docker-compose
Collection of Docker Compose scripts for setting up Netifi Brokers
https://github.com/gregwhitaker/netifi-docker-compose
docker docker-compose netifi netifi-broker
Last synced: 2 months ago
JSON representation
Collection of Docker Compose scripts for setting up Netifi Brokers
- Host: GitHub
- URL: https://github.com/gregwhitaker/netifi-docker-compose
- Owner: gregwhitaker
- License: apache-2.0
- Created: 2019-11-20T19:45:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T01:13:36.000Z (over 6 years ago)
- Last Synced: 2025-07-22T02:53:17.470Z (11 months ago)
- Topics: docker, docker-compose, netifi, netifi-broker
- Homepage: https://www.netifi.com
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netifi-docker-compose
A collection of Docker Compose files that make it easy to setup different [Netifi](https://www.netifi.com) Broker configurations.
- [broker](broker) - Deploys a single instance of the Netifi Broker.
- [broker-cluster](broker-cluster) - Deploys three clustered instances of the Netifi Broker.
- [broker-cluster-macos](broker-cluster-macos) - Deploys three clustered instances of the Netifi Broker on MacOS.
- [enterprise-broker](enterprise-broker) - Deploys a single instance of the Netifi Enterprise Broker.
- [enterprise-broker-cluster](enterprise-broker-cluster) - Deploys three clustered instances of the Netifi Enterprise Broker.
- [enterprise-broker-cluster-macos](enterprise-broker-cluster-macos) - Deploys three clustered instances of the Netifi Enterprise Broker on MacOS.
## Prerequisites
These scripts require that you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your system.
## Bugs and Feedback
For bugs, questions, and discussions please use the [Github Issues](https://github.com/gregwhitaker/netifi-docker-compose/issues).
## License
Copyright 2019 Netifi Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.