Add watchtower to ansible
This commit is contained in:
parent
753682aa86
commit
5908976abc
10 changed files with 64 additions and 49 deletions
_ansible/roles/acme-dns/vars
|
@ -16,11 +16,8 @@ svc:
|
|||
compose:
|
||||
watchtower: true
|
||||
image: joohoi/acme-dns
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- ./config:/etc/acme-dns:ro
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
volumes:
|
||||
- ./config:/etc/acme-dns:ro
|
||||
|
|
Reference in a new issue