Skip to content

Joint docker image data location #128

@LarssonOliver

Description

@LarssonOliver

Describe the bug
According to the quickstart guide, the default data location for docker images is

# ─── Database ─────────────────────────────────────────────
# Docker (default):     /app/data/invio.db
# Local development:    ./invio.db
DATABASE_PATH=/app/data/invio.db

However, in reality in the joint image, the db is placed at /app/backend/invio.db.

Similarly, logos are located in /app/backend/logos and templates in /app/backend/static/templates, perhaps it would make sense to have a DATA_DIR variable or similar where all such files could be gathered?

Example:

/data/invio.db
/data/logos
/data/templates
etc...

Platform you host on
Docker, image ghcr.io/kittendevv/invio:v2.0.2

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