Self Hosting ConvoForm
ConvoForm is designed to be easily self-hosted using Docker.
Prerequisites
- Docker installed on your machine.
- Git installed.
- OpenAI API Key.
- Clerk API Keys (for authentication).
Quick Start via Docker Compose
-
Clone the repository:
git clone https://github.com/growupanand/ConvoForm.git cd ConvoForm -
Configure Environment Variables:
Copy the example environment file:
cp .env.example .envEdit
.envand fill in your API keys (OpenAI, Clerk, etc.). -
Run with Docker Compose:
docker-compose up --build -
Access the Application: Open http://localhost:3000 in your browser.
Last updated on