Skip to content

Deployment.md

CIPRIAN STEFAN PLESCA edited this page Sep 2, 2026 · 1 revision

Deployment

TradeGuard Shield can start as a small container deployment and evolve into a multi-service system.

Local Docker

docker compose -f infra/docker-compose.yml up --build

Environment Flow

flowchart LR
  Local --> CI[CI]
  CI --> Staging
  Staging --> Production
  Production --> Monitoring
  Monitoring --> Issues[Operational Feedback]
Loading

Recommended Production Services

  • API service
  • Dashboard service behind authentication
  • Redis cache
  • PostgreSQL database
  • Worker for scheduled source refresh
  • Observability stack
  • Secret manager

Clone this wiki locally