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
579 B
YAML

version: '3.8'
services:
watchtower:
container_name: ${WATCHTOWER_CONTAINER_NAME}
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:1.4.0@sha256:bbf9794a691b59ed2ed3089fec53844f14ada249ee5e372ff0e595b73f4e9ab3}
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