https://github.com/corani/docker-memberlist
Sample project of using hashicorp/memberlist in docker-compose
https://github.com/corani/docker-memberlist
docker docker-compose golang memberlist
Last synced: 7 months ago
JSON representation
Sample project of using hashicorp/memberlist in docker-compose
- Host: GitHub
- URL: https://github.com/corani/docker-memberlist
- Owner: corani
- License: mit
- Created: 2023-03-09T10:43:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T10:53:05.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:48:28.564Z (9 months ago)
- Topics: docker, docker-compose, golang, memberlist
- Language: Shell
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker memberlist
This is a sample project for using https://github.com/hashicorp/memberlist in docker-compose. It spins up three containers containing the same app, with the second and third instances joining the first one.
Usage:
```bash
$ ./build.sh -d # builds the docker image
$ ./build.sh -up # starts the instances
$ ./build.sh -down # removes the instances
```Prerequisites:
- Docker
- Docker ComposeNote:
The instances expose an HTTP endpoint on `8080`, `8081` and `8082` respectively, where they list their known peers.