Allow external Postgres URL
This commit is contained in:
+6
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user