DrydockDrydock
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 varRequiredDescriptionSupported valuesDefault value when missing
DD_TRIGGER_TEAMS_{trigger_name}_URL🔴Incoming webhook URLhttps URL
DD_TRIGGER_TEAMS_{trigger_name}_CARDVERSIONAdaptive Card schema versionVersion string1.4
DD_TRIGGER_TEAMS_{trigger_name}_DISABLETITLEDisable title to keep full message-body controltrue, falsefalse
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/abc123
docker run \
  -e DD_TRIGGER_TEAMS_LOCAL_URL="https://outlook.office.com/webhook/abc123" \
  ...
  codeswhat/drydock

On this page