feat(talk/turn/signaling/hpb): add role for Talk with backend services
This commit is contained in:
parent
1ddd5d9eb9
commit
6ebd5dc9ab
8 changed files with 204 additions and 6 deletions
13
inventories/demo-gymburgdorf/host_vars/turn/traefik.yml
Normal file
13
inventories/demo-gymburgdorf/host_vars/turn/traefik.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Local Traefik on the turn host (docker provider mode) picks up
|
||||
# container labels from the signaling stack. coturn lives next to it
|
||||
# via host networking on 3478/5349 — no port collision.
|
||||
traefik_mode: "backend"
|
||||
traefik_network: "proxy"
|
||||
|
||||
# Tell the DMZ reverseproxy to expose this host for signaling.digitalboard.ch
|
||||
# (DMZ proxy aggregates traefik_dmz_exposed_services from all backend_servers).
|
||||
traefik_dmz_exposed_services:
|
||||
- name: signaling
|
||||
domain: signaling.digitalboard.ch
|
||||
port: 443
|
||||
protocol: https
|
||||
Loading…
Add table
Add a link
Reference in a new issue