Running the processor

This assumes you have docker & docker compose already installed

Start the backend processor in the background using Docker Compose

docker compose up -d

To view logs and/or check stats

# Logs:
docker compose logs -f

# Stats:
docker stats voicesentinel-processor

To stop the processor

docker compose down

Last updated