feat: update environment variables for admin user and adjust signup username pattern
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m17s

This commit is contained in:
2026-03-18 16:24:09 -04:00
parent ee0dbf8665
commit d7e318e23c
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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}"