build(docker): minimize production docker image size by using ubuntu:focal

This commit is contained in:
Amruth Pillai
2022-03-07 21:43:38 +01:00
parent c738f311da
commit b0a295d8bb
15 changed files with 91 additions and 44 deletions

View File

@ -1,10 +1,10 @@
# Reactive Resume
# App
TZ=UTC
SECRET_KEY=change-me
# URLs
APP_URL=http://localhost:3000
SERVER_URL=http://localhost:3100
PUBLIC_APP_URL=https://localhost:3000
PUBLIC_SERVER_URL=https://localhost:3100
# Database
POSTGRES_HOST=localhost
@ -25,9 +25,7 @@ MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
# Google OAuth
GOOGLE_CLIENT_ID=change-me
# Google
PUBLIC_GOOGLE_CLIENT_ID=change-me
GOOGLE_CLIENT_SECRET=change-me
# Google Web Fonts
GOOGLE_API_KEY=change-me