-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up internal Neurobagel node at BIC neurobagel-node
#111
Comments
Some issues encountered:
CURRENT_UID=$(id -u):$(id -g) docker compose up -d
|
For reviewerCheck out:
See new Docker/Docker Compose troubleshooting tips documented here, based on encountered problems that were resolved: https://github.com/neurobagel/documentation/wiki/Docker#troubleshooting-dockerdocker-compose-recipes Some things learned about our own tools/machines: On
|
Thanks a lot @alyssadai for digging through all of these issues / debugging the docker networking problems we encountered with this deployment! This will likely be very useful for some users! Review
I think NGINX for the query and federate API is not feeling well. Within the node API, all query endpoints work correctly - datasets are shown in protected mode as expected! Thanks very much also for documenting these problems. I think we should start collecting some of these things that are more edge cases / problems that we are not going to build generic solutions for, and then put them in the user docs - e.g. in a FAQ or "Common Problems" section. @alyssadai, could you please
And then let's close with excitement (our Douglas friends are already inquiring when we're ready for them) -> 🧑🍳 |
Thanks Seb! The query tool and federate API should be working now - I think you tested it the other night just as I was playing around with the .env variables and relaunching containers (which probably wasn't smart timing on my part haha). Here are the new issues: |
/etc/nginx
- maybe there's a way to grant permissions just for this folder?/data/origami/neurobagel_root
rwx
permissions forneurobagel
group automaticallyneurobagel/recipes
->bic_pd
Need root:
restart nginx service
set up HTTPS
add new subdomains to uptime robot -> maybe not for now since the node is not meant to be public?
The text was updated successfully, but these errors were encountered: