diff --git a/alertmanager/config.yml b/alertmanager/config.yml index 329fb3b..a0189a7 100644 --- a/alertmanager/config.yml +++ b/alertmanager/config.yml @@ -5,6 +5,6 @@ receivers: - name: 'slack' slack_configs: - send_resolved: true - username: 'sebastian.blasaik' + username: 'yourusername' channel: '#channel_name' api_url: 'https://hooks.slack.com/services/' diff --git a/deploy_all.sh b/deploy_all.sh index 4885908..11c5c57 100755 --- a/deploy_all.sh +++ b/deploy_all.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Deployment Script for docker and all containers + NC='\033[0m' RED='\033[00;31m' diff --git a/undeploy_all.sh b/undeploy_all.sh index f4a621c..1fa21df 100755 --- a/undeploy_all.sh +++ b/undeploy_all.sh @@ -1,4 +1,7 @@ # START docker-compose + +# Undeploy docker and containers + do_cleanup () { docker-compose down