added cloudflare from catalog

This commit is contained in:
Bill Maxwell
2016-03-23 21:26:34 -07:00
parent 4ba17efe58
commit 0bab879f36
6 changed files with 278 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
cloudflare:
image: rancher/external-dns:v0.1.9
command: -provider=cloudflare
expose:
- 1000
environment:
CLOUDFLARE_EMAIL: ${CLOUDFLARE_EMAIL}
CLOUDFLARE_KEY: ${CLOUDFLARE_KEY}
ROOT_DOMAIN: ${ROOT_DOMAIN}
TTL: ${TTL}
labels:
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"