WekanChatBot can be installed using Docker containers. We provide an on Dockerhub. The following docker-compose.yml file can be used.
version: "3.9"
services:
wekanchatbot:
image: azorimor/wekanchatbot
ports:
- 3000:3000
mongodb:
image: mongo
ports:
- 27018:27017
volumes:
- mongodb:/data/db
volumes:
mongodb:
WekanChatBot uses environment variables for configuration. A list of all used variables is available at the following page.