update watchtower to point to new homeserver

This commit is contained in:
Arya 2023-10-15 22:54:24 +05:30
parent ea813e35ce
commit 78c6127ddf
Signed by: arya
GPG Key ID: 842D12BDA50DF120
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ all:
country: Luxembourg country: Luxembourg
isp: BuyVM isp: BuyVM
wiki_page: Pizza-1 wiki_page: Pizza-1
watchtower_mtrx_username: watchtower-pizza watchtower_mtrx_username: psf-watchtower-pizza
us: us:
ansible_host: us.vpn.projectsegfau.lt ansible_host: us.vpn.projectsegfau.lt
ansible_user: ansiblerunner ansible_user: ansiblerunner
@ -25,7 +25,7 @@ all:
isp: Racknerd isp: Racknerd
wiki_page: US_Node wiki_page: US_Node
server_prefix: us server_prefix: us
watchtower_mtrx_username: watchtower-us watchtower_mtrx_username: psf-watchtower-us
in: in:
ansible_host: in.vpn.projectsegfau.lt ansible_host: in.vpn.projectsegfau.lt
ansible_user: ansiblerunner ansible_user: ansiblerunner
@ -37,7 +37,7 @@ all:
country: India country: India
isp: Bharti Airtel isp: Bharti Airtel
wiki_page: India_Node wiki_page: India_Node
watchtower_mtrx_username: watchtower-in watchtower_mtrx_username: psf-watchtower-in
others: others:
hosts: hosts:
in2: in2:
@ -51,4 +51,4 @@ all:
country: India country: India
isp: Bharti Airtel isp: Bharti Airtel
wiki_page: India_Node wiki_page: India_Node
watchtower_mtrx_username: watchtower-in watchtower_mtrx_username: psf-watchtower-in02

View File

@ -10,5 +10,5 @@ services:
- WATCHTOWER_INCLUDE_STOPPED=false - WATCHTOWER_INCLUDE_STOPPED=false
- WATCHTOWER_POLL_INTERVAL=3600 - WATCHTOWER_POLL_INTERVAL=3600
- WATCHTOWER_MONITOR_ONLY=false - WATCHTOWER_MONITOR_ONLY=false
- WATCHTOWER_NOTIFICATION_URL=matrix://{{watchtower_mtrx_username}}:{{watchtower_mtrx_pass}}@matrix.projectsegfau.lt/ - WATCHTOWER_NOTIFICATION_URL=matrix://{{watchtower_mtrx_username}}:{{watchtower_mtrx_pass}}@matrix.envs.net/
restart: unless-stopped restart: unless-stopped