From c1ef1a6e21ba638a10f9e80152f4711f3ec7934b Mon Sep 17 00:00:00 2001 From: datnguyen5653 <datnguyen5653@gmail.com> Date: Tue, 8 Oct 2019 15:41:25 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1b802..3b300e8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - `SLACK_TOKEN` slack access token - `SLACK_CHANNEL` slack channel to be send to [ default="#ci_cd_webhook"] + ## docker-compose.yml ```yml ... @@ -19,7 +20,12 @@ services: HOSTNAME: "itest.cellcollective.org" TIMEOUT: 4 PING_PERIOD: 30 #in second + FAIL_PERIOD: 10 #in second SLACK_TOKEN: "https://hooks.slack.com/services/T3M4C0W5V/BNXKHV396/baEfcxne1dW\ 95zWCSjJcx3Si" SLACK_CHANNEL: "#ci_cd_webhook" -``` \ No newline at end of file +``` + +## Building and running docker image +- `docker build --tag=dockerping .` +- `docker-compose up` \ No newline at end of file -- GitLab