fix: align traefik config for local http dev access
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 5s
Build & Deploy / 🏗️ Build (push) Successful in 5m22s
Build & Deploy / 🧪 QA (push) Successful in 5m38s
Build & Deploy / 🚀 Deploy (push) Successful in 19s
Build & Deploy / 🩺 Health Check (push) Failing after 12s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-13 14:31:44 +01:00
parent 518f02d893
commit 066ccb4f4d
2 changed files with 34 additions and 16 deletions

View File

@@ -19,11 +19,15 @@ NEXT_PUBLIC_TARGET=development
# Docker Orchestration (Traefik)
# ────────────────────────────────────────────────────────────────────────────
TRAEFIK_HOST=mintel.localhost
TRAEFIK_RULE=Host("mintel.localhost")
TRAEFIK_HOST_RULE=
TRAEFIK_ENTRYPOINT=web
TRAEFIK_TLS=false
TRAEFIK_CERT_RESOLVER=
# Use AUTH_MIDDLEWARE to enable/disable Gatekeeper locally
# Default is empty (disabled) for local development
# Production: mintel-me-auth
AUTH_MIDDLEWARE=
AUTH_MIDDLEWARE_UNPROTECTED=
# ────────────────────────────────────────────────────────────────────────────
# Directus CMS Configuration