Skip to content
Discussion options

You must be logged in to vote

@eisterman

If a healthcheck fails, traefik removes the service so you will not see it in the dashboard.

To be clear your healthcheck is faulty as you are trying to test a url that hasn't been allocated yet, the healthcheck must be local to the container

I.e before traefik turns on the service the healthcheck has to pass, but it can't pass as traefik hasn't turned it on yet.
Change to localhost:3000 ? Or whatever port the web server is running on

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@CatPaulKatze
Comment options

@eisterman
Comment options

@eisterman
Comment options

@djsisson
Comment options

Answer selected by eisterman
@eisterman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants