Add a guide for proxying Strapi with Traefik - #3464
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
derrickmehaffy
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 10, 2026 17:46
84a881a to
8fee997
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 08:39
8fee997 to
7c51570
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 09:10
7c51570 to
84be0e9
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 09:17
84be0e9 to
88003dc
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 09:33
88003dc to
00fce00
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 10:23
00fce00 to
81ef16b
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 10:57
81ef16b to
f945a52
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 11:03
f945a52 to
48e4a1e
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 12:19
48e4a1e to
f265a90
Compare
pwizla
approved these changes
Sep 11, 2026
pwizla
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, made the same changes as mentioned in the other PRs. Thank you, Derrick!
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 12:20
f265a90 to
15c0760
Compare
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 12:35
15c0760 to
f6495b9
Compare
pwizla
added this pull request to stack #3476
September 11, 2026 12:35
Traefik configures routing from container labels rather than a config file, so it gets its own guide alongside the other proxies. Covers the Strapi side (server.url, server.proxy, upload body limits) and the Traefik side, including automatic certificates, the certificate storage volume, forwardedHeaders trustedIPs when a CDN sits upstream, and the Docker socket exposure. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the public url, proxy header and upload limit blocks with the shared snippets, keeping the container host requirement, the trustedIPs guidance and the sentences that describe how Traefik itself behaves. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pwizla
force-pushed
the
repo/add-traefik-proxy-guide
branch
from
September 11, 2026 12:44
f6495b9 to
07c4a4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a deployment guide for serving Strapi behind Traefik, which configures routing from container labels rather than a configuration file. It covers the
server.urlandserver.proxyoptions, the Docker labels that route to port 1337, automatic certificates and the volume that persists them,forwardedHeaders.trustedIPsfor when a CDN sits upstream, and the Docker socket exposure that comes with the Docker provider. Unlike the other proxy guides this one has no Strapi Forum predecessor, so it adds a new card to the deployment page rather than replacing a dead link.Stacked on #3463. Review that one first.
Direct preview link 👉 here