Closed brhahlen closed 4 months ago
Likely related to https://github.com/sysadminsmedia/homebox/issues/103 - you'd either need to add your own healthcheck config or downgrade to 0.11.1 and wait for a fixed 0.12.x release :)
Just in case, it's worth checking whether the container is listed as unhealthy, with docker ps
or docker compose ps
. It's likely to be unhealthy, so Traefik won't route to it by default
Please try v0.12.1 when you get a chance (and once the docker containers are actually published here in the next 10 or so minutes). It should resolve this issue as @chessmango is most likely correct that Traefik is not routing to the container because it's marked as unhealthy in v0.12.0
That indeed fixed it! Thank you for the quick turn-around.
First Check
Homebox Version
0.12.0
What is the issue you are experiencing?
Version 0.12.0 of HomeBox breaks "something" (and I don't know what) that makes it not work with Traefik. The exact same configuration works with 0.11.1 (and older versions).
Also tried with main and main-rootless
How can the maintainer reproduce the issue?
Compose:
homebox.env:
Deployment
Docker (Linux)
Deployment Details
No response