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.
- Host: GitHub
- URL: https://github.com/wiilink24/production-deployment
- Owner: WiiLink24
- Created: 2020-11-07T02:25:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T00:52:18.000Z (12 months ago)
- Last Synced: 2024-07-03T04:30:04.693Z (12 months ago)
- Topics: docker, nintendo, wii
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.