Skip to content
Snippets Groups Projects
Commit c1ef1a6e authored by datnguyen5653's avatar datnguyen5653
Browse files

Update README.md

parent 8a3c7152
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- `SLACK_TOKEN` slack access token - `SLACK_TOKEN` slack access token
- `SLACK_CHANNEL` slack channel to be send to [ default="#ci_cd_webhook"] - `SLACK_CHANNEL` slack channel to be send to [ default="#ci_cd_webhook"]
## docker-compose.yml ## docker-compose.yml
```yml ```yml
... ...
...@@ -19,7 +20,12 @@ services: ...@@ -19,7 +20,12 @@ services:
HOSTNAME: "itest.cellcollective.org" HOSTNAME: "itest.cellcollective.org"
TIMEOUT: 4 TIMEOUT: 4
PING_PERIOD: 30 #in second PING_PERIOD: 30 #in second
FAIL_PERIOD: 10 #in second
SLACK_TOKEN: "https://hooks.slack.com/services/T3M4C0W5V/BNXKHV396/baEfcxne1dW\ SLACK_TOKEN: "https://hooks.slack.com/services/T3M4C0W5V/BNXKHV396/baEfcxne1dW\
95zWCSjJcx3Si" 95zWCSjJcx3Si"
SLACK_CHANNEL: "#ci_cd_webhook" 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment