Skip to content

le-garff-yoann/plateau

Repository files navigation

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

About

Build your own board game server. Batteries included!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published