Update tg2 & run watchtower only once a week
This commit is contained in:
parent
a30bbb62cc
commit
a9402ef093
|
@ -2,6 +2,7 @@ services:
|
|||
tg2:
|
||||
container_name: tg2
|
||||
image: tg2:latest
|
||||
restart: on-failure
|
||||
environment:
|
||||
- TGTG_EMAIL=tgtg.trash@bhasher.com
|
||||
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
|
|
|
@ -132,6 +132,11 @@ sections:
|
|||
url: https://nodered.bhasher.com
|
||||
statusCheckUrl: http://nodered:1880
|
||||
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
|
||||
displayData:
|
||||
sortBy: most-used
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
command:
|
||||
- "--cleanup"
|
||||
- "--schedule=0 0 3 * * *"
|
||||
- "--schedule=0 0 3 * * SAT"
|
||||
#- "--label-enable"
|
||||
- "--monitor-only"
|
||||
- "--http-api-metrics=true"
|
||||
|
|
Loading…
Reference in New Issue