Files
CurrenciCombo/docs/SERVICES_STATUS.md

1.2 KiB

Services Status

All Services Started

Running Services

  1. Webapp (Next.js)

  2. Orchestrator (Express API)

Optional Services (Docker)

  1. PostgreSQL Database

    • Status: ⚠️ Not running (Docker not available)
    • Port: 5432
    • To start: docker-compose up -d postgres
  2. Redis Cache

    • Status: ⚠️ Not running (Docker not available)
    • Port: 6379
    • To start: docker-compose up -d redis

Quick Access


Service Management

Stop Services

  • Close the PowerShell windows where services are running
  • Or use Ctrl+C in each terminal

Restart Services

.\scripts\start-all.ps1

Start Database Services (if Docker available)

docker-compose up -d postgres redis

Last Updated: 2025-01-15