feat: update environment variables for admin user and adjust signup username pattern
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m17s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m17s
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
||||
# Run migrations then start the web server
|
||||
command: sh -c "npx prisma db push --accept-data-loss && npm start"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "12131:3000"
|
||||
environment:
|
||||
DATABASE_URL: "${DATABASE_URL}"
|
||||
NEXTAUTH_SECRET: "${NEXTAUTH_SECRET}"
|
||||
|
||||
Reference in New Issue
Block a user