Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
AllegroAgraph v8.0.0 -> v8.0.1 upgrade
  • Loading branch information
alexskr authored Feb 9, 2024
1 parent b1fad77 commit 0bc44c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
retries: 5

agraph-ut:
image: franzinc/agraph:v8.0.0
image: franzinc/agraph:v8.0.1
platform: linux/amd64
environment:
- AGRAPH_SUPER_USER=test
Expand All @@ -128,10 +128,10 @@ services:
; tail -f /agraph/data/agraph.log"
healthcheck:
test: ["CMD-SHELL", "agtool storage-report bioportal_test || exit 1"]
start_period: 20s
interval: 60s
timeout: 5s
retries: 3
start_period: 30s #AllegroGraph can take a loooooong time to start
interval: 20s
timeout: 10s
retries: 10
profiles:
- agraph

Expand Down

0 comments on commit 0bc44c0

Please sign in to comment.