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

Server (Lobby) code for Backyard Sports Online

License

Notifications You must be signed in to change notification settings

Backyard-Sports-Online/server

Repository files navigation

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

About

Server (Lobby) code for Backyard Sports Online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published