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
+6
View File
@@ -20,6 +20,12 @@ PRICE_UPDATE_INTERVAL_MINUTES=60
# Max pagination pages to fetch when counting posts (default: 5 = up to 200 posts)
MAX_PAGES_PER_HASHTAG=5
# Initial admin user — only used by `npm run db:seed`, not the running app.
# Pass these at seed time: docker exec -e ADMIN_USERNAME=x -e ADMIN_PASSWORD=y <container> npm run db:seed
# If omitted, defaults to admin / changeme123 (change immediately after first login).
# ADMIN_USERNAME=admin
# ADMIN_PASSWORD=changeme123
# Postgres (used by postgres container in prod-compose.yml)
POSTGRES_DB=hashex
POSTGRES_USER=hashex