Skip to content

Routing to multiple services in docker compose with Traefik

Notifications You must be signed in to change notification settings

Darth-Knoppix/traefik-mfe-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Traefik Micro Frontend routing (using Deno web servers)

An example of how to use Traefik with Docker Compose to make routing easier.

Run

  1. Build and run the stack with Docker Compose - docker compose up --build
  2. Navigate to localhost:8080 to see the Traefik dashboard
  3. Navigate to deno-mfe.localhost to see the first app

Why?

Working with a single web app that handles routing is pretty straightforward, but what about multiple web apps? Traefik can simplify this process and give you a nicer experience overall. Read my article to learn more about setting up Traefik and Docker Compose and why you'd want to do this and some more explanation on the code

About

Routing to multiple services in docker compose with Traefik

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published