seedbox/Dockerfiles/frontend
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
..
Dockerfile Switch frontend from old base image to alpine 2016-10-07 01:43:03 -04:00
common_default.conf Switch frontend from old base image to alpine 2016-10-07 01:43:03 -04:00
init Switch frontend from old base image to alpine 2016-10-07 01:43:03 -04:00
nginx.conf Add Sonarr container and some changes to frontend 2016-10-07 23:39:13 -04:00
ssl-gen Switch frontend from old base image to alpine 2016-10-07 01:43:03 -04:00
ssl.conf Initial commit 2015-11-06 18:54:20 -05:00