diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml new file mode 100644 index 0000000..e03f1e0 --- /dev/null +++ b/watchtower/docker-compose.yml @@ -0,0 +1,14 @@ +services: + watchtower-invidious: + image: containrrr/watchtower + container_name: watchtower-invidious + restart: unless-stopped + volumes: [ "/var/run/docker.sock:/var/run/docker.sock" ] + command: --interval 30 --scope invidious + + watchtower-trusted: + image: containrrr/watchtower + container_name: watchtower-trusted + restart: unless-stopped + volumes: [ "/var/run/docker.sock:/var/run/docker.sock" ] + command: --interval 900 --scope trusted