mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
14 docker compose initial commit
This commit is contained in:
14
watchtower/docker-compose.yml
Normal file
14
watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# https://containrrr.dev/watchtower/
|
||||
|
||||
# Watchtower is a container that watches for changes in other containers and automatically updates them.
|
||||
# This is useful for keeping your containers up-to-date with the latest versions of their images.
|
||||
|
||||
name: watchtower
|
||||
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --schedule "0 4 * * *"
|
Reference in New Issue
Block a user