Home Explore Blog CI



bae70ac58d9a7bb36ff3cdda8afabcc9a6e61fb66ea7c58a000000020001dbf8.png

Extracted Text
:80 localhost/api :3000 :80 Traefik app localhost :5173 Traefik container db.localhost API phpMyAdmin container Vite server Docker Desktop VM Host machine React app
Explanation
The image illustrates a Docker setup with Traefik as a reverse proxy. It shows how requests are routed from Traefik (running in a Docker container inside Docker Desktop VM) to different services. These services include phpMyAdmin, an API, and a Vite server running React app on the Host machine. Traefik app is configured to forward requests to the API on port 3000 and to the React app (Vite server) on port 5173 using "localhost" as domain name.