Closed mhow2 closed 5 years ago
A new image of prosoul is available at https://hub.docker.com/r/bitergia/prosoul
Please @mhow2 could you check if this works for you? Thanks
Find below the part to be changed in the docker-compose in scava-deployment:
prosoul:
image: bitergia/prosoul
ports:
- "8000:8000"
depends_on:
- kibiter
- elasticsearch
environment:
- ALLOWED_HOSTS=prosoul localhost 127.0.0.1
- ES_URL=https://admin:admin@elasticsearch:9200
- KIBITER_URL=https://kibiter:80
It seems to work ! thanks.
Thank you @dlumbrer and @mhow2 . I have just submitted a PR to update the docker-compose: https://github.com/crossminer/scava-deployment/pull/45
@mhow2 since you have already test it, could you review the PR ?
with the current deployment (from
dev
branch), when trying to access the "edit" section of ProSoul I get the following exception:"localhost" in the context of the docker stack and to the prosoul container isn't valid. Eg. ProSoul's container doesn't run ES. I guess the good value could be either the name of the ES container as defined in compose :
elasticsearch
, or the public URL/name of the SCAVA deployment.