add dnsimple

This commit is contained in:
James Oliver
2016-03-22 23:12:29 -07:00
parent 757f993e08
commit 2f7de2b522
6 changed files with 208 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
dnsimple:
image: rancher/external-dns:v0.1.9
command: --provider dnsimple
expose:
- 1000
environment:
DNSIMPLE_TOKEN: ${DNSIMPLE_TOKEN}
DNSIMPLE_EMAIL: ${DNSIMPLE_EMAIL}
ROOT_DOMAIN: ${ROOT_DOMAIN}
TTL: ${TTL}
labels:
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"