Pandora-IsoMemo / DSSM

Pandora & IsoMemo spatiotemporal modeling (DSSM)
https://pandora-isomemo.github.io/DSSM/
GNU General Public License v3.0
4 stars 1 forks source link

Issue with Docker Installation #142

Closed CarloCocozza closed 1 year ago

CarloCocozza commented 1 year ago

For the latest local version of IsoMemo, there is a problem with the API. I attach a screenshot. WhatsApp Image 2023-04-26 at 15 03 08

@arunge

arunge commented 1 year ago

@jan-abel-inwt Please let us discuss this error tomorrow.

jan-abel-inwt commented 1 year ago

Sorry for the problem. We are working on the API right now.

For now you can fix this by giving the docker image the right environment variable in the docker run command:

docker run -p 3838:3838 -e API_BASE_URL=https://isomemodb.com/api/v1/ ghcr.io/pandora-isomemo/iso-app:main

arunge commented 1 year ago

@CarloCocozza we added a default API_BASE_URL to the app that is used if no external parameter is submitted. This fix is available

With the new versions you can use the normal docker command that is mentioned in the wiki again.