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

18 lines
422 B
YAML

networks:
apps:
external: true
services:
app:
env_file:
- service.env
hostname: portalo
image: containerrr/watchtower
labels:
com.centurylinklabs.watchtower.enable: false
networks:
apps:
aliases:
- watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock