Files
infra/cloud-pc/watchtower/docker-compose.yml
T
Dmitry dc76e48e21
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy ru-vps / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Failing after 2s
Refactor deployment workflows and enhance Docker configuration management
2026-05-27 21:46:38 +03:00

9 lines
256 B
YAML

services:
watchtower:
image: containrrr/watchtower:latest
environment:
- DOCKER_API_VERSION=1.54
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 300 --cleanup --label-enable
restart: unless-stopped