Created
November 12, 2022 08:59
-
-
Save erangaeb/66752741854e2e3fdeb2cae76d56159e to your computer and use it in GitHub Desktop.
vault deployment with filesystem backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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