From 2bd68f0cbce62624ec79350835436afcdfad7471 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Thu, 19 Feb 2026 14:58:03 +0100 Subject: fix: remove Caddy from compose, expose port 3000 (Caddy on araucaria) --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index d55995e..98d91a1 100644 --- a/.env.example +++ b/.env.example @@ -5,7 +5,8 @@ DATABASE_URI=postgresql://user:password@host:5432/dertopogo PAYLOAD_SECRET=your-payload-secret-minimum-32-chars-here # === Next.js === -NEXT_PUBLIC_SITE_URL=https://your-domain.com +# Domaine public (internet) +NEXT_PUBLIC_SITE_URL=https://dt.arauco.online # === Keycloak OIDC (npagnun) === KEYCLOAK_ISSUER=https://npagnun.your-domain.com/realms/your-realm @@ -14,4 +15,4 @@ KEYCLOAK_CLIENT_SECRET=your-keycloak-client-secret # === Auth.js === AUTH_SECRET=your-auth-secret-minimum-32-chars-here -AUTH_URL=https://your-domain.com +AUTH_URL=https://dt.arauco.online -- cgit v1.2.3