Difference between revisions of "Rabora docker"

From DarkWiki
Jump to: navigation, search
(Images)
(Registry)
Line 49: Line 49:
  
 
Backup. REVIEW: https://stackoverflow.com/questions/21597463/how-to-port-data-only-volumes-from-one-host-to-another
 
Backup. REVIEW: https://stackoverflow.com/questions/21597463/how-to-port-data-only-volumes-from-one-host-to-another
 +
 +
==Notes==
 +
 +
It will be necessary to use '''docker-compose''' over a network. For example, the Jenkins server will run docker-compose, but the images will run on a remote host.
 +
REVIEW: https://docs.docker.com/compose/production/#deploying-changes

Revision as of 08:02, 10 June 2017

Images

  • Databases
    • Mongodb
    • PostgreSQL
  • Systems
    • Front-end
      • Single sign-on (SSO) page
      • Main API proxy
    • Back-end
      • Authorisation server
      • Security Admin API
      • Order Admin API
      • Parcel Admin API
      • Carrier Configuration API
      • Shipper Configuration API
      • Carrier Search And Allocation API
      • Label production API
      • Manifesting API
      • Tracking API

Registry

A local docker registry is used. REVIEW: https://docs.docker.com/registry/deploying/

Backup. REVIEW: https://stackoverflow.com/questions/21597463/how-to-port-data-only-volumes-from-one-host-to-another

Notes

It will be necessary to use docker-compose over a network. For example, the Jenkins server will run docker-compose, but the images will run on a remote host. REVIEW: https://docs.docker.com/compose/production/#deploying-changes