Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:docker-reverse-proxy [2024-12-20 Fri wk51 14:28] – [Typical labels in Docker Compose] baumkp | docker_notes:docker-reverse-proxy [2025-01-07 Tue wk02 09:00] (current) – [Cloudsec] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | ======Reverse Proxy Server====== | + | ======Reverse Proxy Server |
I seem to have gotten the Traefik reverse proxy working according to Techno Tim [[https:// | I seem to have gotten the Traefik reverse proxy working according to Techno Tim [[https:// | ||
Line 71: | Line 71: | ||
<code yml> | <code yml> | ||
- | # Enable Traefik for this specific " | + | # Enable Traefik for this service |
- " | - " | ||
# Tell Traefik to specifically use the network " | # Tell Traefik to specifically use the network " | ||
Line 79: | Line 79: | ||
- " | - " | ||
- " | - " | ||
+ | # Middleware to redirect HTTP to HTTPS | ||
- " | - " | ||
# Make Traefik use this domain in HTTPS | # Make Traefik use this domain in HTTPS | ||
Line 84: | Line 85: | ||
- " | - " | ||
- " | - " | ||
- | | + | # Specify the specific resolver to use |
+ | | ||
- " | - " | ||
- " | - " | ||
- | - " | ||
# Define the port inside of the Docker service to use | # Define the port inside of the Docker service to use | ||
- " | - " | ||
- | | + | When the docker compose '' |
- | *[[https:// | + | |
- | *[[https:// | + | |
- | *[[https:// | + | |
- | *[[https:// | + | |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
====Using config.yml==== | ====Using config.yml==== | ||
<code bash [enable_line_numbers=" | <code bash [enable_line_numbers=" | ||
Line 221: | Line 230: | ||
- | <- docker_notes: | + | <- docker_notes: |