Files
Homelab/watchtower/compose.yml
MSWS d0cef24dc2 feat: Add local services, vim, and Git config updates
- Add `inv_sig_helper` as a submodule reference in the repository
- Update `code-server` Dockerfile with `vim` package and new Git SSH key configuration
- Modify `invidious/compose.yml` to use a local `inv_sig_helper` image and comment out the remote image reference
- Add a new `watchtower-kboaz` service in `watchtower/compose.yml` with unique scheduling and custom command
2025-07-09 01:50:10 -07:00

19 lines
489 B
YAML

services:
watchtower:
image: containrrr/watchtower
restart: always
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_SCHEDULE: "0 0 18 * * *"
watchtower-kboaz:
image: containrrr/watchtower
restart: always
container_name: watchtower-kboaz
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_SCHEDULE: "0 * * * * *"
command: "kboaz-site-1"