I'm new to docker and traefik. I'm trying to run node red via docker compose. I've added the labels and don't see any errors in the logs but when I try to connect via internet, the page displays :
This site can’t be reached
`nodered.******.fr refused to connect.`
`Try:`
* `Checking the connection`
* `Checking the proxy and the firewall`
`ERR_CONNECTION_REFUSED`
and I don't understand why. Here is my compose docker for traefik and the one for my nodered :
You normally can not use a local domain like nodered.local with LetsEncrypt, as that domain can not be validated.
Share you Traefik static and dynamic config, and docker-compose.yml if used. Use 3 backticks in front and after code, or select the code and use the </> button.
traefik | time="2023-06-20T19:25:00Z" level=error msg="Unable to obtain ACME certificate for domains \"nodered.****.fr\": unable to generate a certificate for the domains [nodered.****.fr]: error: one or more domains had a problem:\n[nodered.*****.fr] acme: error: 400 :: urn:ietf:params:acme:error:connection :: 82.***.***.125: Error getting validation data\n" routerName=node@docker rule="Host(nodered.*****.fr)" providerName=le.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"