You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
docker-jitsi-meet/examples/traefik-v2
Desmond Koh 1205170056
jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
5 years ago
..
README.md exampless: update Traefik v2 example with UDP 5 years ago
docker-compose.yml jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured 5 years ago

README.md

Basic configuration to use with the traefik reverse proxy

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.
  • The provided example uses an external network with the name "web". This is the network which moste likely was created while setting up traefik.
  • Look for comments starting with #traefik: to see the changes made in docker-compose.yml.
  • Traefik obtains Let's Encrypt certificates automatically.

Uncomment and set DOCKER_HOST_ADDRESS in .env. I'm pretty sure, that this is mandatory for the docker-setup and should be clearer in the original README. Could be the proxying, didn't investigate further.

TODO

Add or rewrite the example with docker-compose extends

DOCKER_HOST_ADDRESS=1.2.3.4