File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,11 @@ services:
5151 memory : 512M
5252 reservations :
5353 memory : 384M
54- healthcheck :
55- test : " /usr/bin/curl -s -I -X GET http://localhost:3141"
56- interval : 25s
57- timeout : 2s
58- start-period : 30s
54+ # Add after enabling errbot webserver
55+ # healthcheck:
56+ # test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
57+ # interval: 25s
58+ # timeout: 2s
59+ # start-period: 30s
5960 volumes :
6061 - errbot-data:/err/data
Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ services:
3939 memory : 512M
4040 reservations :
4141 memory : 384M
42- healthcheck :
43- test : " /usr/bin/curl -s -I -X GET http://localhost:3141"
44- interval : 25s
45- timeout : 3s
46- start-period : 30s
42+ # Add after enabling errbot webserver
43+ # healthcheck:
44+ # test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
45+ # interval: 25s
46+ # timeout: 3s
47+ # start-period: 30s
4748 ports :
4849 - " 3141:3141"
4950 volumes :
You can’t perform that action at this time.
0 commit comments