Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iarenaza/10fd4a8c1615c3e199187d685c94bece to your computer and use it in GitHub Desktop.
Save iarenaza/10fd4a8c1615c3e199187d685c94bece to your computer and use it in GitHub Desktop.
Hashicorp Vault 0.9.6 persistent container docker-compose.yml file
version: '3'
services:
hashicorp-vault:
build: .
image: coop.magnet.vault-single-node:0.9.6
container_name: coop.magnet.vault-single-node
cap_add:
- IPC_LOCK
expose:
- 8200
ports:
- 127.0.0.1:8200:8200
volumes:
- vault-file:/vault/file
volumes:
vault-file:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment