2026-05-23 10:13:00 +02:00
|
|
|
|
# FlixCooks – lokale Entwicklung (.env wird nicht committed)
|
|
|
|
|
|
# Kopieren: cp .env.example .env
|
2026-05-21 14:14:10 +02:00
|
|
|
|
|
2026-05-23 10:23:28 +02:00
|
|
|
|
# --- Postgres (Pflicht für die Website) ---
|
2026-05-23 12:43:51 +02:00
|
|
|
|
# Lokal: docker compose -f docker-compose.dev.yml up -d
|
2026-05-23 10:13:00 +02:00
|
|
|
|
DATABASE_URL="postgresql://flixcooks:flixcooks_dev@127.0.0.1:5432/flixcooks_dev"
|
2026-05-23 12:43:51 +02:00
|
|
|
|
|
|
|
|
|
|
# --- Production / Coolify (im Dashboard setzen, nicht committen) ---
|
|
|
|
|
|
# DATABASE_URL="postgresql://user:pass@postgresql-service:5432/flixcooks"
|
|
|
|
|
|
# FLIXCOOKS_ADMIN_KEY="langes-zufaelliges-passwort"
|
2026-06-18 09:53:39 +02:00
|
|
|
|
# RUN_DB_SEED="true" # nur beim allerersten Deploy: Rezepte + Site-Daten in Postgres seeden
|