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.