diff --git a/.github/images/compose-deploy.jpg b/.github/images/compose-deploy.jpg new file mode 100644 index 00000000..78b4de21 Binary files /dev/null and b/.github/images/compose-deploy.jpg differ diff --git a/README.md b/README.md index 8fe4207e..f2122b3b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,15 @@ complexity of Kubernetes. ## 🎬 Quick demo -Deploy a highly available web app with automatic HTTPS across multiple regions and on-premises in just a couple minutes. +The screenshot below demonstrates how I use Uncloud to deploy the [Uncloud Documentation](https://docs.uncloud.run) +website to 2 remote machines (for better availability) from a Docker Compose file on my local machine. It exposes the +container port `8000/tcp` as HTTPS on the domain `docs.uncloud.run`, served by the Caddy reverse proxy on the remote +machines. + +![Uncloud compose deployment demo](.github/images/compose-deploy.jpg) + +Here is a more advanced use case. Deploy a highly available web app with automatic HTTPS across multiple regions and +on-premises in just a couple minutes. Uncloud demo