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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user