https://github.com/testdrivenio/vault-consul-swarm
Deploy Vault and Consul with Docker Swarm
https://github.com/testdrivenio/vault-consul-swarm
consul docker docker-swarm-mode hashicorp hashicorp-consul hashicorp-vault vault
Last synced: 6 months ago
JSON representation
Deploy Vault and Consul with Docker Swarm
- Host: GitHub
- URL: https://github.com/testdrivenio/vault-consul-swarm
- Owner: testdrivenio
- License: mit
- Created: 2018-08-06T12:54:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T17:42:10.000Z (about 4 years ago)
- Last Synced: 2024-11-06T07:40:11.662Z (11 months ago)
- Topics: consul, docker, docker-swarm-mode, hashicorp, hashicorp-consul, hashicorp-vault, vault
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploying Vault and Consul
## Want to learn how to build this?
Check out the [post](https://testdriven.io/deploying-vault-and-consul).
## Want to use this project?
1. Fork/Clone
1. [Sign up](https://m.do.co/c/d8f211a4b4c2) for Digital Ocean and [generate](https://www.digitalocean.com/docs/apis-clis/api/) an access token
1. Add the token to your environment:
```sh
$ export DIGITAL_OCEAN_ACCESS_TOKEN=[your_token]
```1. Spin up three droplets and deploy via Docker Swarm:
```sh
$ sh deploy.sh
```