Setup Discord Chat Notifications
Available Settings:
You can configure chat notifications via discord using the following environment variables
Name | Type | Default | Description |
---|---|---|---|
DISCORD_WEBHOOK |
string |
URL of the webhook |
Example
version: "3"
services:
dolce:
image: dangrie158/dolce:v2.6.0
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
DISCORD_WEBHOOK: https://discord.com/api/webhooks/<YOUR_WEBHOOK>
Step by Step:
- Open Discord
- Go to the channel you want to get the updates
- Click the settings icon
- Go to
Integrations
->Webhooks
- Create a
New Webhook
, set it up however you want. you can use the png icon indocs/assets/
as a profile picture if you want or choose whatever you want Copy Webhook URL
to get the URL into your Clipboard