7 lines
273 B
Bash
7 lines
273 B
Bash
# FlixCooks – lokale Entwicklung (.env wird nicht committed)
|
||
# Kopieren: cp .env.example .env
|
||
|
||
# --- Postgres (Pflicht für die Website) ---
|
||
# docker compose -f docker-compose.dev.yml up -d
|
||
DATABASE_URL="postgresql://flixcooks:flixcooks_dev@127.0.0.1:5432/flixcooks_dev"
|