
-
Think I reworked the database build a while back. Feel free to try again. And sorry for the late reply, made sure to watch all notifications for the repo.
-
Now it builds but when starting the stack I get this error:
nekohouse-redis | redis {tymestamp} ERROR ==> The REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow the container to be started with blank passwords. This is recommended only for development. nekohouse-redis exited with code 1
The site does run but when I try to register an account I get this error:
redis.exceptions.ConnectionError: Error -3 connecting to nekohouse-redis:6379. Temporary failure in name resolution.
For all intents and purposes
REDIS_PASSWORD
orALLOW_EMPTY_PASSWORD
is required for the stack to work. So the repo has to provide instructions on how to generate the password and pass it as an environment variable. -
In production, the configuration uses
ALLOW_EMPTY_PASSWORD=yes
... for the record, the databases are only accessible through the internal Docker network at the moment :) I just added it to the compose file, it should've been there. -
Previous Value Current Value Open
Closed
-
The latest commit did fix it.
Type |
Bug
|
Priority |
Major
|
Assignees |
Not assigned
|
The error: