WiiLink24 / production-deployment

In-use compose files for running versions of WiiLink24 services in production.
3 stars 2 forks source link
docker nintendo wii

production-deployment

An assortment of Compose definitions for production usage.

Setup

  1. Copy .env.example to .env and make edits accordingly for the PostgreSQL database's credentials, base domain, and other items.
  2. Ensure assets are present within the assets folder for usage with room-server.
  3. Ensure room-server, cam-server and food-server are cloned within this folder.
  4. Copy config/eula.example.txt to config/eula.txt and edit to your liking.
  5. Within the config folder, read each README for per-server configuration.
  6. docker-compose up will bring your server up on <release_type>.<base_domain>!

For example, if <base_domain> is defined as example.com and <release_type> is "prod", your server will be available on prod.example.com.