-
Notifications
You must be signed in to change notification settings - Fork 47
getting started
stefano edited this page Nov 27, 2025
·
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/govdbot/govd.git && cd govd
-
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