Traefik web dev tools

為了解決工程師本機開發多個web service 會 port conflict 以及需要設定 dns 名稱改 /etc/hosts 的問題,使用了 traefik 為主要反向代理,可 auto service discovery 在同一個 docker network 下的其它 docker-compose web service ,讓本機多服務開發更簡單,只要是符合的 docker compse yml 不分程式語言、版本基本通通都能使用


https://github.com/gan068/traefik-web-dev-tools

Tool Description
The tool uses Traefik as a web reverse proxy, allowing services to auto-register and take effect without repeatedly modifying proxy settings, increasing flexibility for maintenance.

留言