Files
CoqDecks/deployment
Gareth Latty 17331589f0 Add a built-in deck source and the CaH base deck.
This does a lot of the work needed for #120.
2020-05-01 01:12:12 +01:00
..
2020-04-25 12:18:07 +01:00
2020-04-25 12:18:07 +01:00

Production Deployment with Docker

Each directory in this one is an example of how one might create a production deployment of Massive Decks using Docker.

  • memory contains a deployment that creates a server that simply stores all the game data and caches in memory.
  • postgres contains a deployment that creates a server that uses a postgres database for storage and caching.

These use Docker Compose, a tool that comes with Docker for running multi-container applications.