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

8 lines
187 B
YAML
Raw Normal View History

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