- Docker
- Postgres Database (at 5432) (schema)
- Redis (at 6379) (You will have to change the connection string of the redis client)
- Jemalloc (optional)
- Nirn Proxy (optional) (If you don't want to use Nirn, you will have to change the API endpoint by going through the code and replacing
http://nirn:8080/api
with your API endpoint)
- Clone the repository
- Copy the
.env.example
file to.env
and fill in the values - Build and run the docker image
docker build -t Ayako .
docker run -d Ayako