Skip to content

Commit

Permalink
switch query tool port to default used by Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Apr 5, 2024
1 parent 06b6a72 commit e188651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local_federation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
query:
image: "neurobagel/query_tool:${NB_QUERY_TAG:-latest}"
ports:
- "${NB_QUERY_PORT_HOST:-3000}:3000"
- "${NB_QUERY_PORT_HOST:-3000}:5173"
environment:
- NB_API_QUERY_URL=${NB_API_QUERY_URL:-http://localhost:8000/}
2 changes: 1 addition & 1 deletion local_node_with_query_tool/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ services:
query:
image: "neurobagel/query_tool:${NB_QUERY_TAG:-latest}"
ports:
- "${NB_QUERY_PORT_HOST:-3000}:3000"
- "${NB_QUERY_PORT_HOST:-3000}:5173"
environment:
NB_API_QUERY_URL: "${NB_API_QUERY_URL:-http://localhost:8000/}"

0 comments on commit e188651

Please sign in to comment.