Skip to content

Commit

Permalink
Removed .env volume and NB_GRAPH_ADDRESS from graph service
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Oct 23, 2024
1 parent e37762a commit 9996014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ services:
volumes:
- "graphdb_home:/opt/graphdb/home"
- "./scripts:/usr/src/neurobagel/scripts"
- ".env:/usr/src/neurobagel/.env"
- "./vocab:/usr/src/neurobagel/vocab"
- "${LOCAL_GRAPH_DATA:-./data}:/data"
ports:
- "${NB_GRAPH_PORT_HOST:-7200}:7200"
environment:
NB_GRAPH_USERNAME: ${NB_GRAPH_USERNAME}
NB_GRAPH_ADDRESS: graph
NB_GRAPH_PORT: 7200
NB_GRAPH_DB: ${NB_GRAPH_DB:-repositories/my_db}
entrypoint:
Expand Down

0 comments on commit 9996014

Please sign in to comment.