mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-02-11 04:38:52 -05:00
f5e265f0db
Co-authored-by: Perflyst <26308977+Perflyst@users.noreply.github.com>
11 lines
298 B
YAML
11 lines
298 B
YAML
services:
|
|
watchtower:
|
|
container_name: watchtower
|
|
image: ghcr.io/containrrr/watchtower:1.7.1
|
|
restart: unless-stopped
|
|
environment:
|
|
- 'WATCHTOWER_CLEANUP=true'
|
|
volumes:
|
|
- '/var/run/docker.sock:/var/run/docker.sock'
|
|
command: --interval 3600 docsinvidiousio_docs_1
|