- Clone the repository with sub-repos
git clone [email protected]/AyakoBot/Ayako.git --recurse
- Copy the
.env.example
file to.env
and fill/replace the values - Make Prometheus ready
cd ./scripts
./postclone.sh
- Build and run the Docker Compose image
docker compose up -d
docker compose down ayako
docker compose build ayako --no-cache
docker compose up ayako -d