Add example docker compose file

This commit is contained in:
Malanius 2018-09-30 17:44:06 +02:00
parent e6ae8b22d0
commit b1f005dd19

13
docker-compose.yml Normal file
View 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