Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers [2024/08/16 15:05] – ↷ Page moved from engineering:computer_science:docker:traefik_docker_https_ssl_for_containers to engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers carlossousa | engineering:computer_science:docker:application_guides:traefik_docker_https_ssl_for_containers [2024/08/16 16:14] (current) – ↷ Links adapted because of a move operation 47.128.47.22 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Important Note : ===== | ===== Important Note : ===== | ||
- | This is an alternative method to [[engineering: | + | This is an alternative method to [[engineering: |
===== Purpose: ===== | ===== Purpose: ===== | ||
Line 9: | Line 9: | ||
The purpose of using Traefik are: | The purpose of using Traefik are: | ||
- | * Prevent having to restart the [[engineering: | + | * Prevent having to restart the [[engineering: |
* Ease of Escalability - We will be able to scale our infrastructure faster, since we don't have to manage HTTPS Certificates for every subdomain | * Ease of Escalability - We will be able to scale our infrastructure faster, since we don't have to manage HTTPS Certificates for every subdomain | ||
- | * Keep the services so that, they are individuals service, but working though a central distributor. This could also be done with a [[engineering: | + | * Keep the services so that, they are individuals service, but working though a central distributor. This could also be done with a [[engineering: |
===== Create the Folder and Config Files ===== | ===== Create the Folder and Config Files ===== |