Merge MVP startup defaults with memory-db mode + tests
This commit is contained in:
@@ -17,12 +17,17 @@ services:
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
command: npm run start
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
PORT: 3005
|
||||
DATABASE_URL: postgres://mastermind:${DB_PASSWORD:-mastermind}@db:5432/mastermind
|
||||
SESSION_SECRET: ${SESSION_SECRET:-change-me}
|
||||
BASE_URL: ${BASE_URL:-http://localhost:3005}
|
||||
TRUST_PROXY: ${TRUST_PROXY:-false}
|
||||
COOKIE_SECURE: ${COOKIE_SECURE:-false}
|
||||
BOOTSTRAP_OWNER_EMAIL: ${BOOTSTRAP_OWNER_EMAIL:-}
|
||||
BOOTSTRAP_OWNER_PASSWORD: ${BOOTSTRAP_OWNER_PASSWORD:-}
|
||||
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID:-}
|
||||
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET:-}
|
||||
MICROSOFT_CLIENT_ID: ${MICROSOFT_CLIENT_ID:-}
|
||||
@@ -44,6 +49,7 @@ services:
|
||||
|
||||
worker:
|
||||
build: ./worker
|
||||
command: npm run start
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
DATABASE_URL: postgres://mastermind:${DB_PASSWORD:-mastermind}@db:5432/mastermind
|
||||
|
||||
Reference in New Issue
Block a user