Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 13s
Monorepo Pipeline / 🧪 Test (push) Successful in 58s
Monorepo Pipeline / 🧹 Lint (push) Successful in 3m18s
Monorepo Pipeline / 🏗️ Build (push) Successful in 3m5s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 25s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 33s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 45s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 34s
Monorepo Pipeline / 🚀 Release (push) Successful in 2m1s
33 lines
767 B
Plaintext
33 lines
767 B
Plaintext
# Project
|
|
IMAGE_TAG=v1.9.4
|
|
PROJECT_NAME=sample-website
|
|
PROJECT_COLOR=#82ed20
|
|
|
|
# Authentication
|
|
GATEKEEPER_PASSWORD=mintel
|
|
AUTH_COOKIE_NAME=mintel_gatekeeper_session
|
|
|
|
# Host Config (Local)
|
|
TRAEFIK_HOST=sample-website.localhost
|
|
DIRECTUS_HOST=cms.sample-website.localhost
|
|
|
|
# Next.js
|
|
NEXT_PUBLIC_BASE_URL=http://sample-website.localhost
|
|
|
|
# Directus
|
|
DIRECTUS_URL=http://localhost:8055
|
|
DIRECTUS_KEY=sample-key-123
|
|
DIRECTUS_SECRET=sample-secret-123
|
|
DIRECTUS_ADMIN_EMAIL=admin@mintel.me
|
|
DIRECTUS_ADMIN_PASSWORD=mintel-admin-pass
|
|
DIRECTUS_DB_NAME=directus
|
|
DIRECTUS_DB_USER=directus
|
|
DIRECTUS_DB_PASSWORD=mintel-db-pass
|
|
|
|
# Sentry / Glitchtip
|
|
SENTRY_DSN=
|
|
|
|
# Analytics (Umami)
|
|
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
|
|
NEXT_PUBLIC_UMAMI_SCRIPT_URL=https://analytics.infra.mintel.me/script.js
|