fix: make docker startup complete successfully
This commit is contained in:
+1
-1
@@ -13,7 +13,6 @@ COOKIE_SECRET="CHANGE_ME_IN_LOCAL_ENV"
|
||||
APP_HOST="0.0.0.0"
|
||||
APP_PORT="4000"
|
||||
APP_ORIGIN="http://localhost:3000"
|
||||
PG_BOSS_SCHEMA="pgboss"
|
||||
SESSION_TTL_DAYS="30"
|
||||
GOOGLE_MAPS_SERVER_KEY="YOUR_SERVER_MAPS_KEY"
|
||||
|
||||
@@ -21,6 +20,7 @@ GOOGLE_MAPS_SERVER_KEY="YOUR_SERVER_MAPS_KEY"
|
||||
POSTGRES_DB="leads4less"
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="CHANGE_ME_IN_LOCAL_ENV"
|
||||
PG_BOSS_SCHEMA="pgboss"
|
||||
|
||||
# Example Compose DATABASE_URL
|
||||
# DATABASE_URL="postgres://postgres:CHANGE_ME_IN_LOCAL_ENV@db:5432/leads4less"
|
||||
|
||||
Reference in New Issue
Block a user