added postgres to the stack

This commit is contained in:
t.indorf
2026-05-11 11:19:24 +02:00
parent b0cf3adce6
commit 928ddac5b3
2 changed files with 46 additions and 12 deletions
+8 -4
View File
@@ -6,10 +6,14 @@
# Keine echten Secrets committen.
# =====================================================================
# PostgreSQL
# In Coolify am besten die interne URL deiner bestehenden Postgres-DB verwenden.
# Beispiel: postgresql://USER:PASSWORD@HOST:5432/kita_planer?schema=public
DATABASE_URL="postgresql://[USER]:[PASSWORD]@[HOST]:[PORT]/[DATABASE]?schema=public"
# PostgreSQL im Coolify-Compose-Stack
POSTGRES_DB="kita_planer"
POSTGRES_USER="kita_planer"
POSTGRES_PASSWORD="[GENERATE_ME]"
# pgAdmin im Coolify-Compose-Stack
PGADMIN_DEFAULT_EMAIL="[admin@deine-domain.de]"
PGADMIN_DEFAULT_PASSWORD="[GENERATE_ME]"
# Auth.js / NextAuth
# Generieren mit: openssl rand -base64 32