Zou
help with building
the issue is fixed, turns out when building it uses the local setup's env and baked it into the container, so modifying env in the same directory with dockercompose basically overrides it. i just add this to dockerignore :
packages/*/.env
, and rebuilt.6 replies
help with building
#PG_DATABASE_USER=postgres
#PG_DATABASE_PASSWORD=replace_me_with_a_strong_password_without_special_characters
#PG_DATABASE_HOST=db
#PG_DATABASE_PORT=5432
#REDIS_URL=redis://redis:6379
SERVER_URL=http://localhost:3000
SIGN_IN_PREFILLED=false
STORAGE_TYPE=local
APP_SECRET=5GV+qszN6It7e4YNTMBUPbrqi4NfkXv09paXusq8RCU=
PG_DATABASE_PASSWORD=pgpass123
6 replies
what exactly does this do
i did local setup but we have this :[0] [TypeScript] Found 0 errors. Watching for file changes.
[0] [Nest] 336059 - 04/19/2025, 2:51:07 PM WARN 2 workspaces found in database. In single-workspace mode, there should be only one workspace. Apple seed workspace will be used as fallback if it found.
[0] [Nest] 336059 - 04/19/2025, 2:51:07 PM WARN undefined
[0] [Nest] 336059 - 04/19/2025, 2:51:26 PM WARN 2 workspaces found in database. In single-workspace mode, there should be only one workspace. Apple seed workspace will be used as fallback if it found.
[0] [Nest] 336059 - 04/19/2025, 2:51:26 PM WARN undefined
8 replies