Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 712 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 712 Bytes

cloud.iO deployment examples

Examples on how to deploy the services forming the cloud.iO platform.

  • docker-compose-single-node: Simple deployment of a single node using docker-compose. Attention, data is lost once the containers are destroyed!
  • docker-compose-single-node-persistent: Simple deployment of a single node using docker-compose with persistent data storage.
  • docker-compose-multiple-nodes-single-api: Simple deployment of two nodes where only one serves the REST API using docker-compose with persistent data storage.
  • docker-compose-single-node-https-native: Simple deployment of a single node serving the REST API on HTTPS using docker-compose with persistent data storage.