From 2d16f931962355dec7b99212094c91c05e081b75 Mon Sep 17 00:00:00 2001 From: Dudi Zimberknopf Date: Mon, 5 Feb 2024 09:52:57 +0200 Subject: [PATCH] add env vars fix typos --- .github/workflows/nextjs.yml | 2 +- Dockerfile | 8 +++++++- README.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 87cea12..e86401d 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: ["main", "stagging"] + branches: ["main", "staging"] pull_request: diff --git a/Dockerfile b/Dockerfile index 12a0971..f0cd422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,9 +61,15 @@ USER nextjs EXPOSE 3000 ENV PORT 3000 -# set hostname to localhost + ENV HOSTNAME "0.0.0.0" +ENV NEXTAUTH_URL "http://localhost:3000" + +ENV NEXTAUTH_SECRET "secret" + +ENV NEXT_PUBLIC_GOOGLE_ANALYTICS "UA-XXXXXXXXX-X" + # server.js is created by next build from the standalone output # https://nextjs.org/docs/pages/api-reference/next-config-js/output CMD ["node", "server.js"] \ No newline at end of file diff --git a/README.md b/README.md index d83127e..5308cf6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -FalkorDB-Browser is a vizualization UI for FalkorDB. +FalkorDB-Browser is a visualization UI for FalkorDB. To see a running demo check: https://browser.falkordb.com/