We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436604 commit bb69f61Copy full SHA for bb69f61
1 file changed
docker-compose.yml
@@ -8,6 +8,8 @@ services:
8
condition: service_started
9
worker:
10
11
+ environment:
12
+ - PUMA_DELAYED_STOP_DRAIN_SECONDS=1
13
healthcheck:
14
test: curl -sf http://localhost:3000/health/default
15
interval: 15s
@@ -33,6 +35,14 @@ services:
33
35
depends_on:
34
36
- db
37
- selenium
38
39
+ - GOOD_JOB_PROBE_PORT=7001
40
+ healthcheck:
41
+ test: curl localhost:7001/status/started
42
+ interval: 1m
43
+ timeout: 5s
44
+ retries: 5
45
+ start_period: 30s
46
ports: []
47
48
db:
0 commit comments