A Discord Bot for Hacksquad
How to Deploy?
Requirements
- Docker
- Docker Compose
Steps To Run
- Copy the
docker-compose.yml
and.env.example
files to your server - Rename
.env.example
->.env
. And fill out the values docker pull ghcr.io/hacksquaddev/discord-rust:main
docker compose up
ordocker-compose up
for earlier versions of docker compose
How to autodeploy?
Let the watchtower container run :P
Development
If you're using NixOS, you're in luck since we provide a shell.nix file. Just for u ;)
Requirements
- This project uses
git flow
which can be found here. - Rust