mirror of
https://github.com/brmlab/wekan-mailer.git
synced 2025-06-09 02:14:04 +02:00
Add example docker compose file
This commit is contained in:
parent
e6ae8b22d0
commit
b1f005dd19
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue