Connecting multiple spaces, error on neo4j

Hello everyone, we are a Bioinformatics research group currently at nearly the end of a research project.

Our current workflow includes Neo4j, Apollo (GraphQL), Streamlit, NGINX (to host a multipage website, and to proxy_pass other services to website paths like /neo4j)

Every service is defined with a Dockerfile, and then all of them are connected with a docker compose file.

For neo4j, we are using Docker Spaces and, we couldn’t get it to working. Other public examples on the huggingface doesn’t build, ours do. But it doesn’t work somehow.

The error above happens. Would using nginx in the docker container help with headers, maybe?

For apollo, and streamlit we still want to use Docker Spaces and connect them to neo4j space. To be able to connect them to neo4j, do we have to set up inference endpoints feature for neo4j?

Finally, for the website, we can use nginx with docker space / GitHub pages / other available huggingface service that is proper for our usage.

We’re glad to have your feedback and suggestions. How can we achieve such infrastructure with Huggingface? Or should we look at other services?