Deployment options - adhingra603/prchecker GitHub Wiki

The following may be a way in which to deploy to production. Using Azure as an example.

  • Construct a private docker registry (Consider a secure Nexus/Artifactory server in the company's cloud) which can house the image built from this worker
  • Construct a VPN in Azure which provides access to Marathon DCOS
  • Enable a docker cluster to serve as a host for docker containers within DCOS/Marathon
  • Set up an SSH tunnel to connect docker-compose to dcos
  • Run docker-compose, containers are now running in Azure's private cloud