mhdzumair / MediaFusion

Universal Add-On for Stremio & Kodi
https://mhdzumair.github.io/MediaFusion/
MIT License
332 stars 37 forks source link

Cannot get to run with existing traefik network #357

Closed VenomousRage closed 5 days ago

VenomousRage commented 6 days ago

I have followed all of the steps at: https://github.com/mhdzumair/MediaFusion/blob/main/deployment/docker-compose/README.md. I have mediafusion up and running locally, but cannot add it to my traefik network. I attempted to add a rule in my traefik config.yml, like I have done for 30+ other servives, but when I do, my custom domain name is NOT accessible. Any guidance would be appreciated.

Telkaoss commented 5 days ago

I had the same issue with Traefik. Remove

    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
      interval: 1m
      timeout: 10s
      retries: 5
      start_period: 10s

from the compose.yaml, for some reason, Docker stays in the "starting" state and doesn't work, and the Traefik redirection also doesn't work.

VenomousRage commented 5 days ago

@Telkaoss Thank you for this. It worked like a charm!