forked from coop-cloud/traefik
add traefik config for hpb
This commit is contained in:
@ -90,6 +90,12 @@ entrypoints:
|
|||||||
matrix-federation:
|
matrix-federation:
|
||||||
address: ":9001"
|
address: ":9001"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
|
||||||
|
nextcloud-talk-hpb:
|
||||||
|
address: ":3478"
|
||||||
|
nextcloud-talk-hpb-udp:
|
||||||
|
address: ":3478/udp"
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
ping:
|
ping:
|
||||||
entryPoint: web
|
entryPoint: web
|
||||||
|
|||||||
Reference in New Issue
Block a user