Docker
Docker images for deploying an Arrowhead Local Cloud are available on Docker Hub. What you need is to create your own docker compose setup that fulfills your requirements the most.
Strategies
There are multiple proper approches that are requiring different docker compose solutions. Most common approaches:
- Aggregated: Compose all systems and their databases at once. A complete Local Cloud can deployed to a single host machine.
- Coupled: Compose a system with its database. Local Cloud components can be separated to different host machines.
- Dispersed: Compose every system and every database independently. Docker containers can be distributed between host machines as desired.
Not familiar with docker?
Quick review
Dive deep with the official docs.