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_FILEin .env to point toconfig.yaml. - Create a
.local-secretsdirectory in the root of the project. - Populate the directory with the following files:
Filename Description bot-tokenToken for Discord bot - Copy /db/.env.template to
db/.env, and adjust values as necessary. - Run the bot with
docker compose up -d --build.