You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, docker-compose.yml does not load e-mail credentials, used to recovery password, from environment variables when the user runs the application locally with the command sudo docker-compose -f docker / docker-compose.yml up.
To reproduce the bug
Steps to reproduce the behavior:
Describe the bug
Currently,
docker-compose.yml
does not load e-mail credentials, used to recovery password, from environment variables when the user runs the application locally with the commandsudo docker-compose -f docker / docker-compose.yml up
.To reproduce the bug
Steps to reproduce the behavior:
git clone https://github.com/memeLab/Jandig
;develop
branch;sudo docker-compose -f docker/docker-compose.yml up
from root folder;Expected behavior
Jandig e-mail with recovery instructions is sent to provided e-mail.
Screenshots
Please, tell us which device/browser is used when finding the bug):
Additional Information
Apparently, this error does not occurs with the
docker-compose.deploy
deploy file, because it uses other env files.The text was updated successfully, but these errors were encountered: