This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/watchtower/docker-compose.yml

18 lines
507 B
YAML

version: '3.8'
services:
watchtower:
container_name: ${WATCHTOWER_CONTAINER_NAME}
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:1.4.0}
restart: always
command: -i 60 --label-enable --cleanup --debug
# --debug
environment:
REPO_USER: ${REGISTRY_USER}
REPO_PASS: ${REGISTRY_PASSWORD}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}/config.json:/config.json
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro