Skip to content

Latest commit

 

History

History

forms-flow-redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

formsflow.ai Redis

This repository contains a Docker Compose configuration to set up a lightweight Redis service using the official Redis Alpine image.

Table of Content

  1. Prerequisites
  2. Running the Application

Prerequisites

  • For docker based installation Docker need to be installed.

Running the Application

  • forms-flow-redis service uses port 6379, make sure the port is available.

  • cd {Your Directory}/forms-flow-ai/forms-flow-redis

  • Run docker-compose up -d to start.

To Stop the Application

  • Run docker-compose stop to stop.

Important Note

The forms-flow-redis service must be up and running before installing and starting the following services:

  • forms-flow-api
  • forms-flow-documents-api

Ensure that Redis is functional and accessible on port 6379 before proceeding with the installation of these dependent services. Failure to start forms-flow-redis first may result in errors during the initialization or runtime of the dependent applications.