Docker containers for hosting ClaireBot and ClaireData
- Clone this repo
git clone https://github.com/Sidpatchy/ClaireBot-Docker.git. cd ClaireBot-Docker- Edit the values in
./.envand./config/application.yml. - Edit the values in the
docker-compose.ymlto your liking. - Run
docker-compose buildto build the ClaireBot and ClaireData containers. - Run
docker-compose up, wait a few seconds for ClaireBot to generate config files and exit, then rundocker-compose down. - Edit the ClaireBot config file
./config/config.yml, specifically, you will need to edit the database configuration and fill out the Zerfas emoji details (I should probably add a toggle for that, huh?) - Run
docker-compose up -d - That's it. Open an issue if you have a problem.