https://github.com/s0rg/cockroach-compose
3-node cockroachdb cluster with docker-compose
https://github.com/s0rg/cockroach-compose
cockroachdb docker-compose example
Last synced: 5 months ago
JSON representation
3-node cockroachdb cluster with docker-compose
- Host: GitHub
- URL: https://github.com/s0rg/cockroach-compose
- Owner: s0rg
- License: mit
- Created: 2020-03-12T18:32:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T20:02:17.000Z (over 5 years ago)
- Last Synced: 2025-03-30T13:34:08.239Z (6 months ago)
- Topics: cockroachdb, docker-compose, example
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cockroach-compose
3-node cockroachdb cluster example with docker-compose.# usage
* cockroach cluster web ui: [http://127.0.0.1:8080](http://127.0.0.1:8080)
# up and running
* run: `docker-compose up`
* stop and wipe all data: `docker-compose down -v`# license
MIT