remove /api/vault endpoints
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user