forked from govdbot/govd
-
Notifications
You must be signed in to change notification settings - Fork 0
getting started
crocchetto edited this page Apr 27, 2026
·
1 revision
- docker and docker compose installed on your system
- a telegram bot token from @botfather
- (optional) telegram api id and api hash from my.telegram.org, if you plan to use a self-hosted bot api
-
clone the repository:
git clone https://github.com/crocchetto/crovd.git && cd crovd
-
create and edit the
.envfile to match your setup. make sure the database host is set to:DB_HOST=dbat minimum, you need to set the following variables:
variable description BOT_TOKENyour telegram bot token from @botfather DB_HOSTdatabase host, must be dbwhen using dockerDB_USERdatabase username DB_PASSWORDdatabase password DB_NAMEdatabase name refer to
.env.examplefor all available options. -
start all services with docker:
docker compose up -d