vault works

This commit is contained in:
Waylon Walker 2023-11-05 14:33:32 -06:00
parent 222b798f8a
commit b70768bf0c
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 154 additions and 0 deletions

13
vault/docker-compose.yml Normal file
View 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