Add ts services through config
This commit is contained in:
12
tsdproxy/services.yaml
Normal file
12
tsdproxy/services.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
portainer:
|
||||||
|
url: http://192.168.0.209:9443
|
||||||
|
sabnzbd:
|
||||||
|
url: http://sabnzbd:8080
|
||||||
|
radarr:
|
||||||
|
url: http://radarr:7878
|
||||||
|
sonarr:
|
||||||
|
url: http://sonarr:8989
|
||||||
|
prowlarr:
|
||||||
|
url: http://prowlarr:9696
|
||||||
|
bazarr:
|
||||||
|
url: http://bazarr:6767
|
||||||
@@ -3,7 +3,11 @@ docker:
|
|||||||
local:
|
local:
|
||||||
host: unix:///var/run/docker.sock
|
host: unix:///var/run/docker.sock
|
||||||
targethostname: 172.31.0.1
|
targethostname: 172.31.0.1
|
||||||
files: {}
|
files:
|
||||||
|
services:
|
||||||
|
filename: /config/services.yaml
|
||||||
|
defaultProxyProvider: default
|
||||||
|
defaultProxyAccessLog: true
|
||||||
tailscale:
|
tailscale:
|
||||||
providers:
|
providers:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user