- clone the repository
- configure
.env
file with required credentials. An example you can find in.env.dist
file - run
cargo run
You can build a docker image with the project running docker build -t myimage .
Or you can use docker-compose to build and run the server.
docker-compose up -d