Skip to content

Commit e4d311b

Browse files
authored
feat: Relay healthcheck (#3875)
1 parent 3614389 commit e4d311b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,9 @@ services:
674674
<<: *depends_on-healthy
675675
web:
676676
<<: *depends_on-healthy
677+
healthcheck:
678+
<<: *healthcheck_defaults
679+
test: ["CMD", "/bin/relay", "healthcheck"]
677680
taskbroker:
678681
<<: *restart_policy
679682
image: "$TASKBROKER_IMAGE"

0 commit comments

Comments
 (0)