Does the python version node still available?
I want to learn the python version pbft and change your docker-composer.yml, from node: extends: file: code/node_java/docker-compose.yml service: node_java volumes: - /var/run/docker.sock:/var/run/docker.sock environment: NODE_DEBUGGER: "False" NODE_DEBUG: "False" # API_HOST: "http://192.168.0.42" API_HOST: ${API_HOST}
to
node: extends: file: node.docker-compose.yml service: node volumes: - /var/run/docker.sock:/var/run/docker.sock environment: NODE_DEBUGGER: "False" NODE_DEBUG: "False" # API_HOST: "http://192.168.0.42" API_HOST: ${API_HOST}
and when I run docker-compose build, it has something wrong with installing the posrgres-browser like:

is there any way to solve this problem?
You could just ignore the Postgres browser for now, if you don't need to look at the database.
Also see #7 for issues related to that browser.
The python node was not updated in the end, as we shifted focus to the java one.
So it might not be as feature complete as the java one.