AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
1k stars 131 forks source link

Running on localhost #87

Open jimjoggins opened 1 month ago

jimjoggins commented 1 month ago

I've commented out the traefik certificatesresolver lines in docker compose, but I get an error in the traefik container:

Router uses a non existent certificate resolver

All the other containers appear to be running ok.

When I access the IP of my server in the browser, I get 404 not found.

homepage and sonarr etc appear to be serving their sites correctly when I bash into their containers to check, so it seems to be a traefik issue.

I'm running on Ubuntu server 24.04 on a NUC.

jimjoggins commented 1 month ago

Got it working locally...

sulazix commented 3 days ago

@jimjoggins Can you post your docker-compose.yaml here ?

I edit it twice without success... I'm probably missing a small thing...

jimjoggins commented 4 hours ago

@sulazix I've created a fork here: https://github.com/jimjoggins/docker-compose-nas The only differences are to docker-compose.yml and .env.example: