Skip to content

Commit

Permalink
monitoring: Add Discord Webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
raimannma committed Oct 9, 2024
1 parent 72979c6 commit 995de4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ CLICKHOUSE_PASSWORD=
# Authentik Clients
GF_AUTH_GENERIC_OAUTH_CLIENT_ID=
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET=

# Discord Webhook
WATCHTOWER_NOTIFICATION_URL=
WEBHOOK_URL=
4 changes: 3 additions & 1 deletion monitoring/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
watchtower:
image: containrrr/watchtower
restart: always
env_file: ../.env
environment:
DOCKER_CONFIG: /config
WATCHTOWER_WARN_ON_HEAD_FAILURE: never
Expand All @@ -83,9 +84,10 @@ services:

autoheal:
image: willfarrell/autoheal
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
env_file: ../.env
environment:
AUTOHEAL_CONTAINER_LABEL: all

Expand Down

0 comments on commit 995de4c

Please sign in to comment.