Skip to content

Commit

Permalink
Update to API version 1.0.2 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Mar 20, 2021
1 parent 40f830b commit 1ef25ba
Show file tree
Hide file tree
Showing 10 changed files with 796 additions and 324 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This Data Node can be used to:

### Specification

- Data Node API version: 1.0.1
- Data Node version: 1.0.1
- Data Node API version: 1.0.2
- Data Node version: 1.0.2
- Docker image: [nlpsandbox/data-node]

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
db:
image: sagebionetworks/mongo:4.4.3
image: sagebionetworks/mongo:4.4.4
container_name: data-node-db
restart: always
environment:
Expand All @@ -17,7 +17,7 @@ services:
- "${MONGO_PORT}:27017"

data-node:
image: nlpsandbox/data-node:1.0.1
image: nlpsandbox/data-node:1.0.2
build:
context: server
dockerfile: Dockerfile
Expand Down
Loading

0 comments on commit 1ef25ba

Please sign in to comment.