infrastructure/ansible/roles/docker/files/watchtower/docker-compose.yml

8 lines
189 B
YAML

version: "2.3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --cleanup --schedule "0 23 * * *"