Lobby server code for Backyard Sports Online
This repository has been deprecated and all development has been moved to ScummVM's scummvm-site repository.
Run the following to launch the server and a redis instance for it to use:
docker-compose build
docker-compose up server redis
In order to use the server along with the BYOnline session server, you'll have to build a session server image and tag it session-main:latest
. Then, you can launch all three components (server, redis, and session server) with:
docker-compose up server redis session-main