forgot to add boilerplate forf watchtower

This commit is contained in:
Arya 2024-01-08 12:13:38 +05:30
parent 97eb06f2fc
commit 3684415ef0
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -240,6 +240,11 @@ apps:
mounts:
- "{{data_dir}}/teddit/redis-data:/data"
watchtower:
needs_configs_dir: false
needs_data_dir: false
docker_settings:
services:
- name: watchtower
image: containrrr/watchtower
mounts:
- "/var/run/docker.sock:/var/run/docker.sock"