Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
Rob Norris edited this page Oct 6, 2017 · 24 revisions

Gem Environment and Services

There are three VMs, all running Docker which hosts all services. Nothing else is running on the "bare" OS.

sbfocsdev-lv1

This is the development machine.

  • You can use Portainer to manage and monitor this machine.
  • Jenkins is for building and deploying Gem.
  • Docker Registry is a service that stores the docker images we create. It has no web UI.

sbfocstest-lv1

This is the test machine. It will host the latest build of Gem, populated with the latest backup data from production. This will be managed automatically by Jenkins.

  • You can use Portainer to manage and monitor this machine.

sbfocsprod-lv1

This is the production machine. It will host a promoted build of Gem, populated with data from the prior production version.

  • You can use Portainer to manage and monitor this machine.
Clone this wiki locally