Files
kms/compose.yml
T
Hanzo AI da574aa1db lux/kms: orphan history at f2e793bf8 (was: kms: wire luxfi/mpc as REK backend)
Squashes all pre-rewrite history into a single root commit. Previous tree:
- 14506 commits including upstream Infisical fork history
- Multiple merge chains carrying pre-purge content

Force-rewrite per disk-space reclamation discipline. GHCR images
(1.9.9, 1.9.11) remain immutable; their git lineage is no longer
materialized.
2026-06-07 14:28:09 -07:00

26 lines
472 B
YAML

services:
kms:
image: ghcr.io/luxfi/kms:latest
ports:
- "8080:8080"
environment:
MPC_ADDR: "mpc:9000"
MPC_VAULT_ID: "${MPC_VAULT_ID}"
volumes:
- kms-data:/data/kms
depends_on:
- mpc
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"]
interval: 10s
timeout: 3s
retries: 3
mpc:
image: ghcr.io/luxfi/mpc:latest
ports:
- "8081:8081"
volumes:
kms-data: