Bundle Postgres in default stack

This commit is contained in:
Zachariah K. Sharma
2026-06-06 03:33:53 -06:00
parent d142603c12
commit e182259249
4 changed files with 24 additions and 42 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
# --- Portainer / Compose ---
APP_PORT="3000"
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"
POSTGRES_PASSWORD="change-this"
# --- Auth.js ---
# Generate with: openssl rand -base64 32