asreview / asreview

Active learning for systematic reviews

Home Page:https://asreview.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port specification in .env file

beffersr opened this issue · comments

We try to install ASReview on a server using the dockerfile, which seems to work fine. Because the default ports that are used are already in use, we have to specify new ports. We do so in the .env file:
BACKEND_EXTERNAL_PORT=5015 -> 5003
BACKEND_INTERNAL_PORT=5005

EMAIL_PASSWORD="password"
WORKERS=4

FRONTEND_EXTERNAL_PORT=8080 -> 5002
FRONTEND_INTERNAL_PORT=80

POSTGRES_EXTERNAL_PORT=5433 -> 5004
POSTGRES_INTERNAL_PORT=5432

POSTGRES_PASSWORD="postgres"
POSTGRES_USER="postgres"
POSTGRES_DB="asreview_db"

The following error occurs:
image

Version information

  • OS: Linux
  • ASReview version: latest

Thanks @beffersr for reporting. @cskaandorp can I assign you to this?

Thanks @beffersr for reporting. @cskaandorp can I assign you to this?

Noted, I will look into this asap. If not this week, than on Monday.

I have found an issue, but it's about not using port 8080 for the frontend. I can not reproduce the error in the image. Will try to contact @beffersr

Most likely fixed in #1607. Thanks for reporting.