From 3eeda1f3472391893534623b336a0fc61c3dbeef Mon Sep 17 00:00:00 2001 From: ryanadmin Date: Mon, 16 Feb 2026 21:29:39 +0000 Subject: [PATCH] =?UTF-8?q?Update=20SAAC=5FDEPLOYMENT.md:=20template=5Fdb?= =?UTF-8?q?=20=E2=86=92=20postgres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SAAC_DEPLOYMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SAAC_DEPLOYMENT.md b/SAAC_DEPLOYMENT.md index 760a4f5..69ab0d3 100644 --- a/SAAC_DEPLOYMENT.md +++ b/SAAC_DEPLOYMENT.md @@ -74,10 +74,10 @@ services: app: environment: # Must match POSTGRES_DB below! - - DATABASE_URL=postgresql://postgres:postgres@postgres:5432/template_db + - DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres postgres: environment: - - POSTGRES_DB=template_db # This creates the database + - POSTGRES_DB=postgres # This creates the database ``` **WARNING:** If you change `POSTGRES_DB` after first deploy, the old name persists in the Docker volume. The new name won't exist. Either keep the original name or destroy and recreate the postgres volume.