Skip to content

Commit

Permalink
Merge pull request #3 from Ontotext-AD/MKTG-5064-deployment-blogpost
Browse files Browse the repository at this point in the history
enhancement/update-blogpost/MKTG-5064
  • Loading branch information
vassilmomtchev authored Mar 28, 2024
2 parents 7f9befc + 20d9ff1 commit 4b697f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:
image: semitechnologies/weaviate:1.21.2
ports:
- 8080:8080
volumes:
- weaviate_data:/var/lib/weaviate
restart: on-failure
environment:
QUERY_DEFAULTS_LIMIT: 25
Expand All @@ -35,23 +37,21 @@ services:
CHUNK_SIZE: '400'
BEARER_TOKEN: 'SET YOUR OWN'
graphdb:
image: ontotext/graphdb:10.5.1
image: ontotext/graphdb:10.6.2
restart: always
ports:
- "7200:7200"
environment:
GDB_JAVA_OPTS: >-
-Xmx2g -Xms2g
-Denable-context-index=true
-Dentity-pool-implementation=transactional
-Dhealth.max.query.time.seconds=60
-Dgraphdb.append.request.id.headers=true
-Dgraphdb.gpt.token=SET YOUR OWN
-Dgraphdb.gpt.token=SET_YOUR_OWN
-Dgraphdb.workbench.importDirectory=/opt/graphdb/home/graphdb-import
volumes:
- graphdb_data:/opt/graphdb/home

volumes:
weaviate_data:
graphdb_data:
...
weaviate_data:
...

0 comments on commit 4b697f5

Please sign in to comment.