Closed superbsky closed 2 years ago
@uniqueg seems that the issue was related to https://github.com/py-bson/bson/issues/82 in short, you don't need a py-bson if you installing pymongo too I simply commented out py-bson from the requirements.txt and re-build the container
Thanks so much
Describe the bug cwl-WES does not work after docker-compose up with multiple issues
docker logs -f app_flower_1:
docker logs -f app_wes-worker_1:
docker-compose ps:
Both services app_wes-worker_1 and app_wes_1 are always in Restarting state.
To Reproduce I tried the latest git version as described in the documentation:
Create dirs: Clone the repo: git clone https://github.com/elixir-cloud-aai/cwl-WES.git app Modify the config with local TES settings: vi cwl_wes/config/app_config.yaml Start the services: docker-compose up -d --build
I also tried the version from the release https://github.com/elixir-cloud-aai/cwl-WES/releases/tag/v0.1.1-dev but with same outcome.
Expected behavior I expect all services up and running with WES API accessible via http://0.0.0.0:8080/ga4gh/wes/v1/ui
Software Azure Ubuntu VM as uname -a Linux genx 5.4.0-1023-azure #23~18.04.1-Ubuntu SMP Thu Aug 20 14:46:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
docker -v Docker version 19.03.6, build 369ce74a3c
docker-compose -v docker-compose version 1.28.6, build 5db8d86f
Additional context I am working on linking together TRS+RDS->WES->TES use case