Update tg2 & run watchtower only once a week
This commit is contained in:
parent
a30bbb62cc
commit
a9402ef093
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue