Archived
feat: vaultwarden-test 1.37.2 + vault-test 2.0.4 compose (loopback) [#769]
Workstation test lane. Vault dev-mode = in-memory, well-known dev root token by design (not a credential). PKI experiments for #697 start here. https://projects.knownelement.com/issues/769#note-4152
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# vaultwarden-test — loopback test instance. Vaultwarden is the secrets SoR
|
||||
# in prod (ruling #743); this instance exists for preprod-style testing only.
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:1.37.2
|
||||
container_name: ukrrs-pfv-vaultwarden-test
|
||||
ports:
|
||||
- "127.0.0.1:8222:80"
|
||||
volumes:
|
||||
- vw-test-data:/data
|
||||
environment:
|
||||
DOMAIN: "http://127.0.0.1:8222"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
vw-test-data:
|
||||
Reference in New Issue
Block a user