Skip to content
/ demo Public

Demo of Open Lobby running with Docker Compose.

Notifications You must be signed in to change notification settings

openlobby/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Open Lobby Demo

Demo of Open Lobby Server and Open Lobby App.

You need Docker Compose for running this demo.

Run

Clone this repository and then you can:

  • Run it: make run
  • Stop it: make stop
  • Stop and/or remove all data: make destroy

It runs:

  • PostgreSQL on port 5432
  • Elasticsearch on port 9200
  • Open Lobby Server on port 8010 - GraphQL API endpoint and GraphiQL interface are at http://localhost:8010/graphql
  • Open Lobby App on port 8020 - web application is at http://localhost:8020

You may notice some errors and crashes if you access it immediately because PostgreSQL and Elasticsearch starts slowly. But it should recover and eventually it will be all running fine.

About

Demo of Open Lobby running with Docker Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published