An open API service indexing awesome lists of open source software.

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

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
```