fix(verification): add OTP dev skip (#1395)

This commit is contained in:
Waleed
2025-09-20 11:31:41 -07:00
committed by GitHub
parent b5570c1c0e
commit 93f9293f2c
7 changed files with 46 additions and 27 deletions

View File

@@ -9,6 +9,7 @@ services:
limits:
memory: 8G
environment:
- NODE_ENV=production
- DATABASE_URL=postgresql://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-postgres}@db:5432/${POSTGRES_DB:-simstudio}
- BETTER_AUTH_URL=${NEXT_PUBLIC_APP_URL:-http://localhost:3000}
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL:-http://localhost:3000}