Mibew Messenger (also known as Open Web Messenger) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
This repository contains the Dockerfile for the mibew messenger docker image
Use a config.yml file to keep the necessary configuration.
Download config file
Provide valid credentials for a mysql database in the config.yml file.
Run the container:
docker container run -d -p 80:80 -v config.yml:/var/www/html/configs/config.yml --name mibew_messenger takisrs/mibew
Alternatively, you may clone this repository and run the following command to create the required containers and test mibew messenger easily:
docker-compose up