An assortment of Compose definitions for production usage.
- Copy
.env.example
to.env
and make edits accordingly for the PostgreSQL database's credentials, base domain, and other items. - Ensure assets are present within the
assets
folder for usage withroom-server
. - Ensure room-server, cam-server and food-server are cloned within this folder.
- Copy
config/eula.example.txt
toconfig/eula.txt
and edit to your liking. - Within the
config
folder, read each README for per-server configuration. 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
.