You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATABASE_URL: Use sqlite3 if none is provided
NEXTAUTH_SECRET: Run nextauth locally, e.g. with docker-compose or bypass it completely
NEXTAUTH_URL: Run nextauth locally, e.g. with docker-compose or bypass it completely
OPEN_AI_API_KEY: Disable AI if not provided
GITHUB_CLIENT_ID: Get rid of this
GITHUB_CLIENT_SECRET: Get rid of this
Maybe EXPOSE port 3000 in Dockerfile to let it clear where to hook port when running
Could be really cool if you write a usage or how-to start section in the main README.md (If you validate above steps, I could also do a PR)
The text was updated successfully, but these errors were encountered:
matbgn
changed the title
Make dockerfile start straight and independent of a bunch of external APIs
[FR] Make dockerfile start straight and independent of a bunch of external APIs
Jul 15, 2023
Remove mandatory dependence to following APIs:
DATABASE_URL: Use sqlite3 if none is provided
NEXTAUTH_SECRET: Run nextauth locally, e.g. with docker-compose or bypass it completely
NEXTAUTH_URL: Run nextauth locally, e.g. with docker-compose or bypass it completely
OPEN_AI_API_KEY: Disable AI if not provided
GITHUB_CLIENT_ID: Get rid of this
GITHUB_CLIENT_SECRET: Get rid of this
Steps done so far
Side notes
The text was updated successfully, but these errors were encountered: