Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 780 Bytes

Backyard Sports Online Server

Lobby server code for Backyard Sports Online

This repository has been deprecated and all development has been moved to ScummVM's scummvm-site repository.

Using docker-compose to deploy the server locally

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