Update tg2 & run watchtower only once a week

This commit is contained in:
Brieuc Dubois 2023-05-30 13:54:53 +02:00 committed by Bhasher
parent a30bbb62cc
commit a9402ef093
3 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,7 @@ services:
tg2: tg2:
container_name: tg2 container_name: tg2
image: tg2:latest image: tg2:latest
restart: on-failure
environment: environment:
- TGTG_EMAIL=tgtg.trash@bhasher.com - TGTG_EMAIL=tgtg.trash@bhasher.com
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN} - TELEGRAM_TOKEN=${TELEGRAM_TOKEN}

View File

@ -132,6 +132,11 @@ sections:
url: https://nodered.bhasher.com url: https://nodered.bhasher.com
statusCheckUrl: http://nodered:1880 statusCheckUrl: http://nodered:1880
id: 14_1631_nodered id: 14_1631_nodered
- title: Planka
icon: hl-planka
url: https://planka.bhasher.com
statusCheckUrl: http://planka:1337
id: 15_1631_planka
- name: System services - name: System services
displayData: displayData:
sortBy: most-used sortBy: most-used

View File

@ -7,7 +7,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
command: command:
- "--cleanup" - "--cleanup"
- "--schedule=0 0 3 * * *" - "--schedule=0 0 3 * * SAT"
#- "--label-enable" #- "--label-enable"
- "--monitor-only" - "--monitor-only"
- "--http-api-metrics=true" - "--http-api-metrics=true"