Skip to content

Commit

Permalink
update to 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Mar 9, 2020
1 parent 938c520 commit 37b1b01
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: '2'
version: '3'

services:
orr:
image: mmisw/orr:3.7.0
image: mmisw/orr:3.8.9
container_name: orr
restart: always
shm_size: 2g

depends_on:
- agraph
- mongo
Expand All @@ -16,6 +19,8 @@ services:
- ${ORR_HOST_DATA}:/opt/orr-ont-base-directory

environment:
- JAVA_OPTS=-XX:MaxRAMPercentage=90.0

- MONGO_HOST=mongo
- MONGO_PORT=27017

Expand All @@ -25,7 +30,8 @@ services:
agraph:
image: franzinc/agraph:v6.1.1
container_name: agraph
mem_limit: 1g
restart: always
shm_size: 2g

ports:
- "${AGRAPH_HOST_PORT}:10035"
Expand All @@ -36,6 +42,7 @@ services:
mongo:
image: mongo:3.4.2
container_name: mongo
restart: always

ports:
- "${MONGO_HOST_PORT}:27017"
Expand Down

0 comments on commit 37b1b01

Please sign in to comment.