https://github.com/corani/groupcache-memberlist
Sample project of using hashicorp/memberlist with mailgun/groupcache in docker-compose
https://github.com/corani/groupcache-memberlist
docker docker-compose golang groupcache memberlist
Last synced: 3 months ago
JSON representation
Sample project of using hashicorp/memberlist with mailgun/groupcache in docker-compose
- Host: GitHub
- URL: https://github.com/corani/groupcache-memberlist
- Owner: corani
- License: mit
- Created: 2023-03-10T04:28:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T04:30:52.000Z (about 2 years ago)
- Last Synced: 2025-01-09T20:48:30.438Z (5 months ago)
- Topics: docker, docker-compose, golang, groupcache, memberlist
- Language: Go
- Homepage:
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker groupcache-memberlist
This is a sample project for using https://github.com/hashicorp/memberlist to manage the peers of https://github.com/mailgun/groupcache in docker-compose.
It spins up three containers containing the same app joining the same group.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.