Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ncbo/goo into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Jan 24, 2024
2 parents 1707d38 + 7a897a8 commit ec3a9c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 @@ -38,12 +38,12 @@ services:
; agtool users add anonymous
; agtool users grant anonymous root:ontoportal_test:rw
; tail -f /agraph/data/agraph.log"
# healthcheck:
# test: ["CMD-SHELL", "curl -m 1 -sf http://127.0.0.1:10035/repositories/ontoportal_test/status | grep -iqE '(^running|^lingering)' || exit 1"]
# start_period: 60s
# interval: 10s
# timeout: 5s
# retries: 5
healthcheck:
test: ["CMD-SHELL", "curl -m 1 -sf http://127.0.0.1:10035/repositories/ontoportal_test/status | grep -iqE '(^running|^lingering)' || exit 1"]
start_period: 60s
interval: 10s
timeout: 5s
retries: 5
profiles:
- ag

Expand Down

0 comments on commit ec3a9c7

Please sign in to comment.