Allow external Postgres URL

This commit is contained in:
Zachariah K. Sharma
2026-06-05 23:53:54 -06:00
parent e6f1c5c13f
commit d142603c12
4 changed files with 42 additions and 28 deletions
+6 -3
View File
@@ -1,8 +1,11 @@
# --- Portainer / Compose ---
APP_PORT="3000"
POSTGRES_DB="formbuilder"
POSTGRES_USER="formbuilder"
POSTGRES_PASSWORD="change-this"
DATABASE_URL="postgresql://user:password@postgres-host:5432/formbuilder"
# Only needed if using docker-compose.postgres.yml instead of an existing DB.
# POSTGRES_DB="formbuilder"
# POSTGRES_USER="formbuilder"
# POSTGRES_PASSWORD="change-this"
# --- Auth.js ---
# Generate with: openssl rand -base64 32