Skip to content

feat: sqlite storage built into the container #1278

Description

@sakgoyal

Problem Statement

Is it possible to use a sqlite db directly built into the main container so the entire app is entirely self contained and does not depend on other running services?

Currently it needs a separate postgres container, but using a simple sqlite file means everything can live inside a single container.

This is dramatically simplify deployment and reduce complexity. This also means you can just use a single docker command instead of a docker compose setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededpriority:lowKaneo priority low label

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions