- caddy-docker-proxy which is a plugin to Caddy2 that enhances its reverse-proxy capablities
- A small static, "web app" that runs on Apache, developed using VueJs 2 than consumes a Spring Boot microservice.
- A simple, dockerized api (created by me), that generates QrCodes
- Custom host names, using local.gd, which is an alternative to nip.io
git clone https://github.com/raonigabriel/cdp-example.git
cd cdp-example
docker compose up -d
Then, point your browser to http://apache.local.gd/. It will NOT access the internet, but your localhost instead.
How cool is that? Please, add a ⭐.