mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-07-23 22:40:36 -04:00
Setup Watchtower to update the documentation automatically
This commit is contained in:
parent
5da6b90e77
commit
3424f5978f
2 changed files with 16 additions and 0 deletions
10
templates/compose/watchtower.yml
Normal file
10
templates/compose/watchtower.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- 'WATCHTOWER_CLEANUP=true'
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
command: docsinvidiousio_docs_1
|
Loading…
Add table
Add a link
Reference in a new issue