Skip to content

Please help me figure out data directories #44

Description

@ovizii

Sample .env file contains:

# Directory where the SQLite database is stored
DATA_DIR=./data

Sample compose file contains:

        volumes:
            - ${BACKEND_DATA_VOLUME:-backend-data}:/data

Is the first variablemeant for the directory INSIDE the container and the second one can be declared like this BACKEND_DATA_VOLUME=./places-data to exchange the named volume with a bind-mounted volume?

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