Update CloudFlare to use rancher/external-dns:v0.4.0

This commit is contained in:
Steve Durrheimer
2016-04-26 20:47:09 +02:00
parent 92eca6902a
commit 573971414a
3 changed files with 50 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
cloudflare:
image: rancher/external-dns:v0.4.0
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"