experiments with docker packaging, figuring out deploy plan

This commit is contained in:
Amruth Pillai
2022-03-03 12:24:32 +01:00
parent 2aa3786f5f
commit 58160b2b6e
20 changed files with 1068 additions and 372 deletions

View File

@ -1,2 +1,8 @@
NEXT_PUBLIC_APP_VERSION=$npm_package_version
# App & Server URLs
NEXT_PUBLIC_APP_URL=$APP_URL
NEXT_PUBLIC_SERVER_URL=$SERVER_URL
# Google OAuth
NEXT_PUBLIC_GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID