
Add docker-compose with Postgres Install Prisma and generate empty schema Install Prisma client Add app config model and migration Add repository for Algolia Configuration Migrate metadata to postgres Replace webhooks metadata with PRisma Add worker and skeleton code Implement worker job and removed from the frontend Attempt to display jobs list Worker utils Run worker in the same thread on dev Run worker in the same thread on dev Build scripts fix dev mode Dockerfiles prod dockerfiles docker wip docker wip wip working docker wip working docker wip - working without prisma migrate
10 lines
No EOL
382 B
Text
10 lines
No EOL
382 B
Text
# Encryption key used by the EncryptedSettingsManager. Required by the production builds
|
|
SECRET_KEY=
|
|
|
|
APP_LOG_LEVEL=info
|
|
|
|
DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE
|
|
|
|
# Conditionally run worker with Next use instrumentation hook (src/instrmentation.ts)
|
|
# This is handy for development but in production it should be a separate process
|
|
RUN_WORKER_IN_NEXT_PROCESS=false |