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
isp: BuyVM
wiki_page: Pizza-1
watchtower_mtrx_username: watchtower-pizza
watchtower_mtrx_username: psf-watchtower-pizza
us:
ansible_host: us.vpn.projectsegfau.lt
ansible_user: ansiblerunner
@ -25,7 +25,7 @@ all:
isp: Racknerd
wiki_page: US_Node
server_prefix: us
watchtower_mtrx_username: watchtower-us
watchtower_mtrx_username: psf-watchtower-us
in:
ansible_host: in.vpn.projectsegfau.lt
ansible_user: ansiblerunner
@ -37,7 +37,7 @@ all:
country: India
isp: Bharti Airtel
wiki_page: India_Node
watchtower_mtrx_username: watchtower-in
watchtower_mtrx_username: psf-watchtower-in
others:
hosts:
in2:
@ -51,4 +51,4 @@ all:
country: India
isp: Bharti Airtel
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_POLL_INTERVAL=3600
- 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