Open anselor opened 1 month ago
Thank you for your comment. I was actually wondering how I could put Hoarder behind Traefik. Traefik is accepting routers without a problem with your help but I am getting an error "application error: a server-side exception has occurred" when I am entering my website in to the browser. I think the problem is around .env variable. Could you please share your .env file or snippet of environment variable? Or whole YAML-file? I am not sure what variables should be in the .env file and what should be in the environment field. Some of them are overlapping.
I tried to set up hoarder behind traefik handling cert renewal and TLS. Here are the changes needed that probably should be captured somehow in the docs. Consider just adding the hoarder_net to the example compose file.
I needed to add the hoarder web container to the traefik docker network and then define a new network to connect all of the hoard containers. Added this to the compose file:
Except the hoarder web container add both:
Also, for the for the hoader web container to register with traefik: