#
⚙️ Run Steps As Docker Service (For Business Owners/Entrepreneurs/Non-Dev Purpose/Checking Out Purpose)
#
Steps to Run
📥 Clone the repository or download the files to your local machine.
git clone https://github.com/avijeett007/knotie-ai.git cd knotie-ai📂 Navigate to the project directory where
docker-compose-deploy.ymlis located.cd knotie-ai📝 Copy
.env_sampleto.envand modify the environment variables as per your requirements.cp .env_sample .env🛠️ Run the following command to build and start the containers:
docker-compose -f docker-compose-deploy.yml up -d🌐 Access the application via
http://localhost:5000or another configured port or if hosting on cloud, use http://:5000.
#
🛑 Stopping the Application
To stop the application, use the following Docker Compose command:
docker-compose -f docker-compose-deploy.yml down
Next, Follow the Configuration Guide