mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
docs: lint single server setup example
This commit is contained in:
parent
468c114dd7
commit
4a4d110af3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ We will setup the following:
|
|||
|
||||
Explanation:
|
||||
|
||||
Single instance of **Traefik** will be installed and act as internal loadbalancer for multiple benches and sites hosted on the server. It can also load balance other applications along with frappe benches, e.g. wordpress, metabase, etc. We only expose the ports `80` and `443` once with this instance of traefik. Traefik will also take care of letsencrypt automation for all sites installed on the server. *Why choose Traefik over Nginx Proxy Manager?* Traefik doesn't need additional DB service and can store certificates in a json file in a volume. Traefik will also be used in swarm setup keeping things consistent for understanding.
|
||||
Single instance of **Traefik** will be installed and act as internal loadbalancer for multiple benches and sites hosted on the server. It can also load balance other applications along with frappe benches, e.g. wordpress, metabase, etc. We only expose the ports `80` and `443` once with this instance of traefik. Traefik will also take care of letsencrypt automation for all sites installed on the server. _Why choose Traefik over Nginx Proxy Manager?_ Traefik doesn't need additional DB service and can store certificates in a json file in a volume. Traefik will also be used in swarm setup keeping things consistent for understanding.
|
||||
|
||||
Single instance of **MariaDB** will be installed and act as database service for all the benches/projects installed on the server.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue