Skip to content

Latest commit

 

History

History
77 lines (68 loc) · 3.03 KB

README.md

File metadata and controls

77 lines (68 loc) · 3.03 KB

🎲 spieleabend

Docker Compose bundle of collaborative, open source online games.

Deployment

To start all game servers simply run:

docker-compose up -d

The games run on ports 40001 to 40017 on localhost.

Games

If you're missing your favorite game, and a web clone is available under an open license, we're happy to accept whishes and pull requests.

Development

When a Dockerfile is changed, you might want to run:

docker-compose build

This will rebuild images (but still use the build cache).

Client-server apps

Games that run on multiple containers (e.g., client and server) should communicate inside a separate Docker network. If that is no option, please verify that any backend address can be configured through docker-compose.override.yml. This way the repo can be deployed on a public server.