There was an error while loading. Please reload this page.
clone the repository:
git clone https://github.com/govdbot/govd.git && cd govd
create and edit the .env file to match your setup. make sure the database host is set to:
.env
DB_HOST=db
at minimum, you need to set the following variables:
BOT_TOKEN
DB_HOST
db
DB_USER
DB_PASSWORD
DB_NAME
refer to .env.example for all available options.
.env.example
start all services with docker:
docker compose up -d