APP_PORT Variable für compose added

This commit is contained in:
2026-07-27 21:47:27 +02:00
parent d53fd8742d
commit ec00519b7a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -9,3 +9,4 @@ DATABASE_URL="postgresql://flixcooks:flixcooks_dev@127.0.0.1:5432/flixcooks_dev"
# 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
# APP_PORT=8080