-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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!