Add watchtower to ansible

This commit is contained in:
Tobias Reisinger 2023-06-16 13:15:45 +02:00
parent 753682aa86
commit 5908976abc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 64 additions and 49 deletions
_ansible/roles/acme-dns/vars

View file

@ -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