We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a15a53 commit 27ea965Copy full SHA for 27ea965
.pre-commit-config.yaml
@@ -8,7 +8,6 @@ repos:
8
- id: check-added-large-files
9
- id: check-ast
10
- id: check-merge-conflict
11
- - id: check-yaml
12
- id: debug-statements
13
- id: detect-private-key
14
- id: end-of-file-fixer
docker-compose.yml
@@ -51,6 +51,12 @@ services:
51
condition: service_healthy
52
rabbitmq:
53
54
+ healthcheck:
55
+ test: [CMD-SHELL, curl -f http://localhost:8000/monitoring/ping]
56
+ interval: 30s
57
+ timeout: 5s
58
+ retries: 3
59
+ start_period: 5s
60
61
worker:
62
image: mtsrus/syncmaster-worker:${TAG:-develop}
0 commit comments