- Add Dockerfile with multi-stage build for monorepo - Add GitHub Actions workflow for automated CI/CD - Add NAS deployment configuration for abaci.one - Configure Porkbun DDNS integration - Add Watchtower for auto-updates - Fix Next.js standalone output configuration - Add missing dependencies for package builds 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
# Environment variables for Soroban Abacus Flashcards NAS deployment
|
|
# Copy this file to .env and update values as needed
|
|
|
|
# Next.js environment
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
HOSTNAME=0.0.0.0
|
|
|
|
# Disable Next.js telemetry in production
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
|
|
# Add any app-specific environment variables here
|
|
# Example:
|
|
# DATABASE_URL=
|
|
# API_KEY=
|
|
# FEATURE_FLAGS= |