Files
legacy-docker-compose/Watchtower/docker-compose.yml
2023-09-26 18:14:36 -06:00

22 lines
504 B
YAML

services:
watchtower:
container_name: watchtower
env_file:
- .env
image: containrrr/watchtower:latest
logging:
driver: json-file
options:
max-size: 50m
max-file: "3"
networks:
traefik: null
privileged: true
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
traefik:
name: traefik
external: true