Commit Graph

8 Commits

Author SHA1 Message Date
Jean Froment 8c97457e73 Cosmetic changes + more info in README.md 2017-03-24 12:41:44 +01:00
Jean Froment 3b00bfd19a Add mono-devel package to Sonarr image 2017-03-17 16:50:13 +01:00
Jean Froment 238c383edf Sonarr dockerfile: single RUN command to bypass Docker hub cache 2017-03-17 16:18:24 +01:00
Jean Froment 6c3af5a1aa Fix typo in sonarr dockerfile 2017-03-17 15:56:57 +01:00
Jean Froment 0057e5e494 Update to latest Jackett release and use mono 2017-03-17 15:50:45 +01:00
Jean Froment dd589dbe19 Remove OpenVPN + Sickrage + Syncthing, then adapt other resources 2017-03-06 20:55:19 +01:00
Kelvin Chen 33817a2ab7 Add Jackett support
Add jackett to the sonarr image. Adjust the reverse proxy to route the
jackett subdomain
2016-10-12 17:33:00 -04:00
Kelvin Chen 09475ed565 Add Sonarr container and some changes to frontend
Sonarr
 - Add support for http://sonarr.tv/ in its own docker container

 Frontend
 - Add sonarr as a endpoint for the frontend proxy
 - Don't resolve hostnames initially which fixes an longstanding issue
   where nginx will crash if the other containers aren't up since their
   hostnames won't be resolvable:
     - Set resolver to 127.0.0.11 which is Docker's DNS for resolving
       services
     - Removed upstream block and declared upstream in set statements

Signed-off-by: Kelvin Chen <kelvin@kelvinchen.org>
2016-10-07 23:39:13 -04:00