https://github.com/sagikazarmark/cadence-bootstrap
Cadence Bootstrap helps setting up a Cadence instance
https://github.com/sagikazarmark/cadence-bootstrap
cadence
Last synced: 7 months ago
JSON representation
Cadence Bootstrap helps setting up a Cadence instance
- Host: GitHub
- URL: https://github.com/sagikazarmark/cadence-bootstrap
- Owner: sagikazarmark
- License: mit
- Created: 2019-08-12T23:38:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T23:44:55.000Z (about 6 years ago)
- Last Synced: 2025-03-06T18:52:44.373Z (7 months ago)
- Topics: cadence
- Language: Go
- Size: 35.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cadence Bootstrap
[](https://circleci.com/gh/sagikazarmark/cadence-bootstrap)
[](https://goreportcard.com/report/github.com/sagikazarmark/cadence-bootstrap)
[](https://golangci.com/r/github.com/sagikazarmark/cadence-bootstrap)
[](https://godoc.org/github.com/sagikazarmark/cadence-bootstrap)Cadence Bootstrap helps setting up a Cadence instance.
It's mostly helpful in development environments (eg. to setup domains in a Docker Compose setup).## Usage
```bash
docker run --rm -it -e CADENCE_HOST=docker.for.mac.host.internal -e CADENCE_DOMAIN=cadence-samples -e CADENCE_RETENTION=3 sagikazarmark/cadence-bootstrap cadence-bootstrap
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.