Commit 7a6358cf authored by Muhammad Usman's avatar Muhammad Usman

first commit

parents
storage "file" {
path = "/vault/file/"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = 1
}
ui = true
version: '3'
services:
vault:
container_name: vault
image: 10.4.106.98:8082/app1/vault:latest
ports:
- 8200:8200
environment:
- VAULT_ADDR=http://0.0.0.0:8200
- VAULT_API_ADDR=http://0.0.0.0:8200
- VAULT_ADDRESS=http://0.0.0.0:8200
volumes:
- ./config/vault.hcl:/vault/config/vault.hcl
- ./file:/vault/file
cap_add:
- IPC_LOCK
command: vault server -config=/vault/config/vault.hcl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment