fix local dev; refactor password field

This commit is contained in:
2026-03-11 04:08:32 -04:00
parent 6dc11ce561
commit 14b7dadfa0
18 changed files with 409 additions and 98 deletions

View File

@@ -13,11 +13,10 @@ else
echo "PostgreSQL container does not exist. Creating..."
docker run -d \
--name TRAKQR_POSTGRES \
-v "${DATA_ROOT}/postgres:/var/lib/postgresql/data" \
-v "${DATA_ROOT}/postgres:/var/lib/postgresql" \
-p 5400:5432 \
-e POSTGRES_USER=sa \
-e POSTGRES_PASSWORD=P@ssword123! \
-e POSTGRES_DB=trakqr \
postgres:$POSTGRES_VERSION
fi