mirror of
https://github.com/brmlab/wekan-mailer.git
synced 2025-06-09 10:24:21 +02:00
13 lines
320 B
YAML
13 lines
320 B
YAML
version: '2'
|
|
|
|
services:
|
|
wekanmailer:
|
|
image: malanius/wekan-mailer:latest
|
|
container_name: wekan-mailer
|
|
restart: always
|
|
environment:
|
|
- WEKAN_URL=http://localhost:3000
|
|
- WEKAN_USER=someuser
|
|
- WEKAN_PASSWORD=somepass
|
|
- WEKAN_TARGET_BOARD=someId
|
|
- WEKAN_TARGET_LIST=someListId
|