An open API service indexing awesome lists of open source software.

https://github.com/wiilink24/production-deployment

In-use compose files for running versions of WiiLink24 services in production.
https://github.com/wiilink24/production-deployment

docker nintendo wii

Last synced: 2 months ago
JSON representation

In-use compose files for running versions of WiiLink24 services in production.

Awesome Lists containing this project

README

        

# 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](https://github.com/WiiLink24/room-server), [cam-server](https://github.com/WiiLink24/cam-server) and [food-server](https://github.com/WiiLink24/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 `.`!

For example, if `` is defined as `example.com` and `` is "prod", your server will be available on `prod.example.com`.