27 lines
928 B
YAML
27 lines
928 B
YAML
---
|
|
watchtower_env:
|
|
WATCHTOWER_LABEL_ENABLE: true
|
|
WATCHTOWER_CLEANUP: true
|
|
WATCHTOWER_SCHEDULE: "0 27 20 * * *"
|
|
|
|
# use to disable watchtower
|
|
# WATCHTOWER_NO_PULL: true
|
|
|
|
WATCHTOWER_NOTIFICATIONS: email
|
|
WATCHTOWER_NOTIFICATION_EMAIL_FROM: "{{ opentofu.mailcow_data.watchtower.address }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_TO: "{{ admin_email }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER: "{{ mailer.host }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: "{{ mailer.port }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER: "{{ opentofu.mailcow_data.watchtower.address }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD: "{{ opentofu.mailcow_data.watchtower.password }}"
|
|
WATCHTOWER_NOTIFICATION_EMAIL_DELAY: 5
|
|
|
|
watchtower_compose:
|
|
watchtower: false
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
file:
|
|
services:
|
|
app:
|
|
hostname: "{{ ansible_facts.hostname }}"
|