dynamoip
Examples

Examples

Example projects demonstrating dynamoip with Docker.

The dynamoip-examples repository contains runnable example projects showing how to integrate dynamoip with Docker.

Available examples

Multi-service

View full guide →

Two apps (inventory + dashboard) and dynamoip all running in Docker, exposed with trusted HTTPS across your LAN.

https://inventory.yourdomain.com  →  localhost:3001
https://dashboard.yourdomain.com  →  localhost:6000

Requirements: Linux host, Docker Engine, Cloudflare-managed domain.

Getting the examples

git clone https://github.com/foundanand/dynamoip-examples
cd dynamoip-examples/multi-service

On this page