Files
dolibarr-docker-fork/examples/with-rp-traefik/dolibarr-with-traefik.md
POTIER Mathieu ce9d9c483c Add some example of integrations (#44)
* Add some example of integrations
Update docker-run.sh to deal with docker secret for some vars.

* Update update.sh

Fix review

* Update .gitignore
2021-03-15 17:07:47 +01:00

535 B

Adding a reverse proxy in front of Dolibarr such as Traefik

The Reverse proxy role is to handle the customer facing : SSL, load balancing, page caching, etc... Traefik is a reverse proxy light, fast and reliable. Here is the documentation for Traefik: https://doc.traefik.io/traefik/

Networking

  • The proxy is facing the customer and providing the SSL support in front of Dolibarr.
  • The mysql server is isolated from the internet.
  • Dolibarr needs internet access for some feature (mail, update checks, SIRET checks, etc..)