infrastructure/templates/compose/watchtower.yml
2023-07-09 15:07:17 +02:00

11 lines
291 B
YAML

services:
watchtower:
container_name: watchtower
image: containrrr/watchtower:latest
restart: unless-stopped
environment:
- 'WATCHTOWER_CLEANUP=true'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
command: --interval 3600 docsinvidiousio_docs_1