Prepare shop-ready deployment docs and fix transaction modal UI

This commit is contained in:
Krikorios
2026-05-20 19:47:55 +03:00
parent 1896cbdd11
commit 1f23102050
16 changed files with 584 additions and 60 deletions
+13
View File
@@ -0,0 +1,13 @@
# Copy this file to .env before running docker compose.
# Do NOT commit your real .env file.
# Postgres container password (use a strong random string)
POSTGRES_PASSWORD=replace-with-strong-password
# Database name used by the app
POSTGRES_DB=crm_omt
# Seed admin user created on first DB initialization
ADMIN_EMAIL=admin@local.test
ADMIN_PASSWORD=ChangeMe123!
ADMIN_NAME=Owner