Bind9 DNS catalog entry (#192)

* added bind9 catalog entry

* formatting ports in docker-compose

* exposed port selection for bind9

* bumped to v1.2.0 image, with ip resolution from rancher metadata
This commit is contained in:
digitalLumberjack
2016-07-11 19:46:08 +02:00
committed by Bill Maxwell
parent ae75151efa
commit d719e43d82
4 changed files with 192 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
bind9:
image: digitallumberjack/docker-bind9:v1.2.0
ports:
- ${BIND9_PORT}:53/tcp
- ${BIND9_PORT}:53/udp
environment:
BIND9_ROOTDOMAIN: ${BIND9_ROOTDOMAIN}
BIND9_KEYNAME: ${BIND9_KEYNAME}
BIND9_KEY: ${BIND9_KEY}
BIND9_FORWARDERS: ${BIND9_FORWARDERS}
RANCHER_ENV: "true"