Commit Graph

58 Commits

Author SHA1 Message Date
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
Kelvin Chen 6d9f404658 Update README 2016-10-07 02:45:27 -04:00
Serut f5af7251d7 Improve README 2016-02-19 14:18:38 -05:00
Kelvin Chen 09c87b8b30 Upgrade to docker-compose.yml v2
This deprecates older docker-compose versions and would require >=v1.6.0
to run.
2016-02-05 12:31:07 -05:00
Kelvin Chen 2578827aa8 Update openvpn documentation 2016-01-26 18:01:38 -05:00
Kelvin Chen a2762c9f60 Add an OpenVPN container 2015-11-11 03:14:53 -05:00
Kelvin Chen f3af899de2 Initial commit 2015-11-06 18:54:20 -05:00