Skip to content

Instantly share code, notes, and snippets.

@avi202020
Forked from erangaeb/docker-compose.yml
Created November 18, 2022 03:57
Show Gist options
  • Save avi202020/c4fc8813778e8f066132960899fa0b03 to your computer and use it in GitHub Desktop.
Save avi202020/c4fc8813778e8f066132960899fa0b03 to your computer and use it in GitHub Desktop.
vault deployment with filesystem backend
version: '3.8'
services:
vault-filesystem:
image: erangaeb/vault-filesystem:0.1
ports:
- 8200:8200
environment:
- VAULT_ADDR=http://127.0.0.1:8200
- VAULT_API_ADDR=http://127.0.0.1:8200
command: server -config=/vault/config/vault-config.json
cap_add:
- IPC_LOCK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment