vault works
This commit is contained in:
parent
222b798f8a
commit
b70768bf0c
4 changed files with 154 additions and 0 deletions
13
vault/docker-compose.yml
Normal file
13
vault/docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
vault-server:
|
||||
image: hashicorp/vault
|
||||
ports:
|
||||
- 8200
|
||||
environment:
|
||||
VAULT_ADDR: "http://0.0.0.0:8200"
|
||||
VAULT_DEV_ROOT_TOKEN_ID: "vault-plaintext-root-token"
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
labels:
|
||||
kompose.service.expose: vault.wayl.one
|
||||
Loading…
Add table
Add a link
Reference in a new issue