fix(docker): pass EN_SITE_URL into the php container #6

Merged
Phil merged 1 commit from fix/en-site-url-compose-env into main 2026-05-31 06:32:50 +00:00
Owner

Die Compose-environment:-Liste reichte nur PRIMARY_SITE_URL/SITE_URL durch — EN_SITE_URL fehlte, also löste die EN-Site-baseUrl ($EN_SITE_URL) im Container ins Leere auf und alle /en/-Routen gaben in Production 404. Fix reicht EN_SITE_URL mit PRIMARY_SITE_URL/en-Fallback durch (traefik + prod compose).

Beim Live-Deploy von #5 gefunden.

Refs #4

🤖 Generated with Claude Code

Die Compose-`environment:`-Liste reichte nur `PRIMARY_SITE_URL`/`SITE_URL` durch — `EN_SITE_URL` fehlte, also löste die EN-Site-baseUrl (`$EN_SITE_URL`) im Container ins Leere auf und alle `/en/`-Routen gaben in Production 404. Fix reicht `EN_SITE_URL` mit `PRIMARY_SITE_URL/en`-Fallback durch (traefik + prod compose). Beim Live-Deploy von #5 gefunden. Refs #4 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The compose env list only forwarded PRIMARY_SITE_URL/SITE_URL, so the EN
site's baseUrl ($EN_SITE_URL) resolved to nothing in the container and
every /en/ route 404'd in production. Forward EN_SITE_URL with a
PRIMARY_SITE_URL/en fallback so it works even if .env omits it.

Refs #4
Phil merged commit ae580560b1 into main 2026-05-31 06:32:50 +00:00
Phil deleted branch fix/en-site-url-compose-env 2026-05-31 06:32:50 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Phil/philflow.io!6
No description provided.