Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.41 KB

Plateau

Plateau

Stability Status Pipeline Status Go Coverage Report Go Report Card

Build your own board game server. Batteries included!

Basics

The code in this repository will build the binary for the Rock–paper–scissors game.

Build and run via Docker Compose

  1. Install Docker Compose.
cd docker/

PLATEAU_SESSION_KEY=my-STRONG-secret \
    docker-compose up -d

docker rmi $(docker images -qf dangling=true -f label=autodelete=true)
ENV Mandatory? Default value
PLATEAU_GO_GAME_TAG rockpaperscissors
PLATEAU_LISTEN_PORT 80
PLATEAU_SESSION_KEY
PLATEAU_POSTGRESQL_USER pg
PLATEAU_POSTGRESQL_PASSWORD pg