mirror of
https://github.com/MSWS/Homelab.git
synced 2025-12-05 23:00:24 -08:00
- 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
19 lines
489 B
YAML
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"
|