updated powerdns-external-dns to v0.7.1

This commit is contained in:
Zsolt Varga
2017-06-20 23:01:04 +02:00
parent 549e54ce89
commit e7f5104e81
3 changed files with 53 additions and 1 deletions
@@ -0,0 +1,14 @@
powerdns:
image: rancher/external-dns:v0.7.1
command: "-provider=powerdns"
expose:
- 1000
environment:
POWERDNS_API_KEY: ${POWERDNS_API_KEY}
POWERDNS_URL: ${POWERDNS_URL}
ROOT_DOMAIN: ${ROOT_DOMAIN}
TTL: ${TTL}
labels:
io.rancher.container.pull_image: always
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"