Files

12 lines
571 B
Bash
Raw Permalink Normal View History

# FlixCooks lokale Entwicklung (.env wird nicht committed)
# Kopieren: cp .env.example .env
# --- Postgres (Pflicht für die Website) ---
# Lokal: docker compose -f docker-compose.dev.yml up -d
DATABASE_URL="postgresql://flixcooks:flixcooks_dev@127.0.0.1:5432/flixcooks_dev"
# --- Production / Coolify (im Dashboard setzen, nicht committen) ---
# DATABASE_URL="postgresql://user:pass@postgresql-service:5432/flixcooks"
# FLIXCOOKS_ADMIN_KEY="langes-zufaelliges-passwort"
# RUN_DB_SEED="true" # nur beim allerersten Deploy: Rezepte + Site-Daten in Postgres seeden