ConfigurationTriggers
Teams
The teams trigger posts container update notifications to a Microsoft Teams incoming webhook using Adaptive Cards.
The teams trigger posts container update notifications to a Microsoft Teams incoming webhook using Adaptive Cards.
Variables
| Env var | Required | Description | Supported values | Default value when missing |
|---|---|---|---|---|
DD_TRIGGER_TEAMS_{trigger_name}_URL | 🔴 | Incoming webhook URL | https URL | |
DD_TRIGGER_TEAMS_{trigger_name}_CARDVERSION | ⚪ | Adaptive Card schema version | Version string | 1.4 |
DD_TRIGGER_TEAMS_{trigger_name}_DISABLETITLE | ⚪ | Disable title to keep full message-body control | true, false | false |
This trigger also supports the common configuration variables.
See the Microsoft Teams incoming webhooks documentation for endpoint setup details.
Examples
services:
drydock:
image: codeswhat/drydock
...
environment:
- DD_TRIGGER_TEAMS_LOCAL_URL=https://outlook.office.com/webhook/abc123docker run \
-e DD_TRIGGER_TEAMS_LOCAL_URL="https://outlook.office.com/webhook/abc123" \
...
codeswhat/drydock