Skip to content

Commit

Permalink
make mount points for graph container non-overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Apr 18, 2024
1 parent 2ca90fa commit 986b16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- "${NB_GRAPH_ROOT_HOST:-~/graphdb-home}:${NB_GRAPH_ROOT_CONT:-/opt/graphdb/home}"
- "${PWD}:/usr/src"
- "${LOCAL_GRAPH_DATA:-./data}:/usr/src/data"
- "${LOCAL_GRAPH_DATA:-./data}:/data"
ports:
- "${NB_GRAPH_PORT_HOST:-7200}:${NB_GRAPH_PORT:-7200}"
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion dev/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
echo "Finished server setup."

echo "Adding datasets to the database..."
./add_data_to_graph.sh ./data localhost:${NB_GRAPH_PORT} ${NB_GRAPH_DB} "${NB_GRAPH_USERNAME}" "${NB_GRAPH_PASSWORD}"
./add_data_to_graph.sh /data localhost:${NB_GRAPH_PORT} ${NB_GRAPH_DB} "${NB_GRAPH_USERNAME}" "${NB_GRAPH_PASSWORD}"
echo "Finished adding datasets to databases."

echo "Adding Neurobagel vocabulary to the database"
Expand Down

0 comments on commit 986b16b

Please sign in to comment.