Skip to content
Snippets Groups Projects
Commit 0a4ebbe7 authored by Vladyslav Burzakovskyy's avatar Vladyslav Burzakovskyy
Browse files

update(README): add installation and running instructions

parent 5c2a1c91
No related branches found
No related tags found
No related merge requests found
# preacher-telegram-bot
# PreacherBot
Preacherbot is a community developed Telegram bot that facilitates the weekly Church of Monero Mass.
## Installation
`docker-compose build`
## Running
First, you will need to export the following environment variables:
`PREACHER_TELEGRAM_TOKEN` - your Telegram bot's access token
`MONGO_INITDB_ROOT_USERNAME` (optional, defaults to "root")
`MONGO_INITDB_ROOT_PASSWORD` (optional, defaults to "default_password")
Then start the container in the background:
`docker-compose up -d`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment