Files
CoqDecks/deployment
Gareth Latty a3a62fba2e Resolve some bugs and refactor localizations.
Resolve #167: Correct capitalization on cards
Resolve #169: Fix cast code failing to compile by moving to ES6 for the closure compiler target.
Move to noun and plural set-up which should make localization easier.
2020-09-27 19:08:13 +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.