Skip to content

Commit

Permalink
MKTG-5064: Update docker-compose to current GDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdstn authored Mar 27, 2024
1 parent 7f9befc commit ddfe476
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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,7 +37,7 @@ 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"
Expand All @@ -52,6 +54,6 @@ services:
- graphdb_data:/opt/graphdb/home

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

0 comments on commit ddfe476

Please sign in to comment.