Skip to content

Commit

Permalink
docker with janusgraph upgraded to janusgraph 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu authored Nov 16, 2021
1 parent 7f6c7f0 commit b33e9bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions invana-with-janusgraph/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
graph-db:
image: docker.io/janusgraph/janusgraph:latest
image: docker.io/janusgraph/janusgraph:0.6.0
container_name: invana-jce-janusgraph-1
restart: always
ports:
Expand All @@ -14,7 +14,7 @@ services:
- invana-jce-network-1

cassandra:
image: cassandra:3
image: cassandra:3.11.10
container_name: invana-jce-cassandra-1
ports:
- "9042:9042"
Expand All @@ -23,7 +23,7 @@ services:
- invana-jce-network-1

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.6.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
container_name: invana-jce-elastic-1
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Expand Down Expand Up @@ -58,4 +58,4 @@ services:
- invana-jce-network-1

networks:
invana-jce-network-1:
invana-jce-network-1:

0 comments on commit b33e9bb

Please sign in to comment.