Dockerized Vault with Consul backend
This is a fork of rossja/docker-vault-consul adding to it postgres.
- Clone the repo:
git clone https://github.com/tylerlhess/docker-vault-consul-postgres.git
- Run:
cd docker-vault-consul
- Run:
docker-compose up -d
- Run:
python3 pythonScript.py [ <container_IP> ]
If you are running on a Unix based machine provide the Docker container's IP as the first argument.