moleculerjs / moleculer-template-project

:mortar_board: Common project template for Moleculer-based projects
MIT License
21 stars 21 forks source link

Update traefik version from v2.1 in moleculer cli project #31

Closed apgapg closed 1 year ago

apgapg commented 3 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Current Behavior

If we generate a sample project from molecular cli localhost:3000 works fine but localhost:3001 ie traefik dashboard shows blank screen. The cause is polyfills, scripts, main js files are not found 404.

When i upgrade the traefik version in docker-compose.yml from v2.1 to v2.4.8 the dashboard works correctly.

Expected Behavior

Firing localhost:3001 on new project shuld show traefik dashboard correctly