Skip to content

feat: add docker-compose.yml for simple local deployment #27

Description

@ChefControl

Context

The KISS principle says to keep things simple. Currently, the project requires Kubernetes + Helm to run, which is a high barrier for individual Red & Blue team members who want to try the tool quickly.

Proposed Solution

  • Create a docker-compose.yml at the repo root with:
    • Neo4j (with appropriate config)
    • Manager service
    • Feeder service (with configurable replica count)
    • Frontend (or served via manager)
  • Document a 3-step quick start in the README

Acceptance Criteria

  • docker-compose up starts a working instance
  • README documents the quick-start flow
  • All services connect and communicate correctly
  • Works on Linux and macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestkissKeep it simple stupidpriority: lowNice to have improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions