This repo will deploy into Kubernetes through CI/CD.
If you would like to run locally:
- Copy config.yaml to
config.yaml.local
, and adjust values as necessary. Alternatively, changeCONFIG_FILE
in .env to point toconfig.yaml
. - Create a
.local-secrets
directory in the root of the project. - Populate the directory with the following files:
Filename Description bot-token
Token for Discord bot - Copy /db/.env.template to
db/.env
, and adjust values as necessary. - Run the bot with
docker compose up -d --build
.