# PostgreSQL POSTGRES_USER=superbowl POSTGRES_PASSWORD=superbowl POSTGRES_DB=superbowl # Database connection (app container talks to "db" service) DATABASE_URL="postgresql://superbowl:superbowl@db:5432/superbowl?schema=public" # NextAuth NEXTAUTH_SECRET="change-me-to-a-random-secret" NEXTAUTH_URL="http://localhost:3000"