exampless: update Traefik v2 example with UDP
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Basic configuration to use with the traefik reverse proxy
|
# Basic configuration to use with the traefik reverse proxy
|
||||||
|
|
||||||
Note: Tested with traefik 2.1.3
|
Note: Tested with traefik 2.2.0
|
||||||
|
|
||||||
- When running behind traefik, it's a better practice to remove the port-binds for the web service.
|
- When running behind traefik, it's a better practice to remove the port-binds for the web service.
|
||||||
- The provided example uses an external network with the name "web". This is the network which moste likely was created while setting up traefik.
|
- The provided example uses an external network with the name "web". This is the network which moste likely was created while setting up traefik.
|
||||||
|
|||||||
@@ -165,6 +165,10 @@ services:
|
|||||||
- prosody
|
- prosody
|
||||||
networks:
|
networks:
|
||||||
meet.jitsi:
|
meet.jitsi:
|
||||||
|
labels:
|
||||||
|
traefik.udp.routers.jvb.entrypoints: video
|
||||||
|
traefik.udp.routers.jvb.service: jvb
|
||||||
|
traefik.udp.services.jvb.loadbalancer.server.port: 10000
|
||||||
|
|
||||||
# Custom network so all services can communicate using a FQDN
|
# Custom network so all services can communicate using a FQDN
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user