Skip to content

Docker compose file is broken #43

@JL710

Description

@JL710

I noticed that the docker compose file is broken.

There are two things broken. One is that it uses bsddb as database by default which is not supported. That can be fixed by setting GRAMPSWEB_DB_BACKEND: sqlite.

Secondly when grampsweb_celery and grampsweb are starting at the same time, the database migration might fail (because both migrating the DB at the same time). That can be fixed by making grampsweb_celery depending on grampsweb.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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