neurobagel-recipes/local_nb_nodes.template.json
Alyssa Dai 7bc5311c94
[REF] Consolidate deployment recipes and refactor template.env (#46)
* reorganize template.env

* remove deprecated deployment-specific recipes

* lift files + configs for full-stack recipe to root

* move setup.sh into scripts/

* make script executable

* update mount paths
- switch to relative paths to avoid creating duplicate directories

* update paths in scripts and create logs/ dir

* update README

* update compatibility tests

* More context in template.env and README

Co-authored-by: Sebastian Urchs <surchs@users.noreply.github.com>

* update environment variable table
- added new variables:
  - NB_GRAPH_ADMIN_PASSWORD
  - LOCAL_GRAPH_DATA
- split NB_API_PORT, NB_API_PORT_HOST, and NB_API_TAG into f-API and n-API

---------

Co-authored-by: Sebastian Urchs <surchs@users.noreply.github.com>
2024-04-21 22:28:19 -04:00

6 lines
89 B
JSON

[
{
"NodeName": "Local graph 1",
"ApiURL": "http://api:8000"
}
]