Hey folks,
I’m working on a fairly low-budget game, and my users have asked for a leaderboard. Rather than building my own and trying to work out the pitfalls, I thought I’d use Nakama.
Does anyone have a guide, or tips for hosting on Heroku? Running Docker containers there seems easy enough, but I’m not clear on how to forward Nakama’s multiple ports to a single container. Is that possible, or would I need to run several, only exposing one port for each? That seems a bit inefficient if so.
Failing that, is there a better, easy option for just slapping up a Docker container somewhere and not worrying about it? I have plenty experience hosting things, but thus far I’ve gotten away with a static site and an Itch page for this title. If I can pay a bit of cash, point an external provider at a Docker image, and let it handle the rest, I’d prefer that to spinning up a DO droplet and having to perpetually keep that updated.
Thanks.