Skip to content

Commit

Permalink
removed old and unnecessary parameters from the docker compose
Browse files Browse the repository at this point in the history
I find it very bad practice to enable the context indexes with a JVM parameter.
  • Loading branch information
vassilmomtchev authored Mar 28, 2024
1 parent ddfe476 commit 20d9ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ services:
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
Expand Down

0 comments on commit 20d9ff1

Please sign in to comment.