remove /api/vault endpoints

This commit is contained in:
ZOMBIIIIIII
2026-05-11 18:36:44 +03:00
parent 64696b334c
commit 8d91dbeb14
10 changed files with 12 additions and 211 deletions

View File

@@ -11,10 +11,7 @@ services:
- .env
environment:
API_PORT: "3001"
# Внешняя БД (72.56.9.76) — postgres-сервис не нужен.
# DB-creds + master-key читаются из Vault через AppRole.
volumes:
# Audit-log: mnemonic reveal / wallet create / send — для compliance/forensics
- ./logs:/app/logs
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3001/api/health"]