Quick Start Docker
Quick Start: Docker
Section titled “Quick Start: Docker”This guide will get you up and running with FasterChat using Docker. This is the recommended method for most users.
Prerequisites
Section titled “Prerequisites”- Docker installed and running on your system.
One-Command Setup
Section titled “One-Command Setup”-
Clone the repository:
Terminal window git clone https://github.com/your-repo/FasterChat.gitcd FasterChat -
Run the Docker Compose command:
Terminal window docker-compose up -d
That’s it! The application will be available at http://localhost:3000.
What’s Included
Section titled “What’s Included”The docker-compose.yml file starts the following services:
app: The main FasterChat application.db: A PostgreSQL database for storing user data, conversations, and settings.