Skip to content

This project lacks containerization using Docker. #1

@Itish2003

Description

@Itish2003

Problem

The current setup requires manual installation and management of multiple services (Go, Node.js, Python/ChromaDB, Ollama). This process is complex, error-prone, and creates inconsistencies across different development environments.

Solution

Introduce Docker and Docker Compose to containerize each component of the application.

Acceptance Criteria

  • Create a Dockerfile for the Go backend server.
  • Create a Dockerfile for the React frontend client.
  • Create a docker-compose.yml file to define and orchestrate all necessary services:
    • Go backend
    • React frontend
    • ChromaDB
    • Ollama
  • The entire application stack can be started with a single docker-compose up command.
  • Update the README.md to include instructions for running the project with Docker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions