Skip to content

out of the box setup with docker-compose doesn't work #109

@sab548

Description

@sab548

hi,
I cloned the master branch and tried to run the docker-compose after running

    cp gemet/local_settings.py.example gemet/local_settings.py
    cp gemet/local_test_settings.py.example gemet/local_test_settings.py

as advised by the readme. (I also tried to use the local_settings.py.docker file.)

The docker compose fails because the db rejects the authentification for the user "gemet".

gemet.app | django.db.utils.OperationalError: FATAL: password authentication failed for user "gemet"

gemet.db | 2022-04-07 15:35:18.496 CEST [35] FATAL: password authentication failed for user "gemet" gemet.db | 2022-04-07 15:35:18.496 CEST [35] DETAIL: Role "gemet" does not exist.

I already tried to change the configurations in order to run gemet with default postgres users, but to no avail.

Maybe it would be nice to have the option to run gemet without any specific database at all and just use the sqlite standard db for some basic testing?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions