renjag/riftrelay

By renjag

Updated about 1 month ago

RiftRelay is a Riot Games API rate limiter proxy with request distribution.

Image
Networking
API management
0

1.5K

renjag/riftrelay repository overview

GitHub

Minimal Docker Compose File

name: RiftRelay

services:
  riftrelay:
    image: renjag/riftrelay:latest
    restart: unless-stopped
    environment:
      PORT: "8985"
      RIOT_TOKEN: "your-riot-token"
    ports:
      - "8985:8985"

For a more comprehensive docker compose setup check out the GitHub.

Tag summary

Content type

Image

Digest

sha256:562b7c5fb

Size

10 MB

Last updated

about 1 month ago

docker pull renjag/riftrelay