Document development-first workflow with weekly prod releases.

Default all day-to-day work to gallery_dev and devgallery; add Cursor rule and update docs, env examples, and deploy guide for scheduled prod promotion.
This commit is contained in:
Danila Khodjaef
2026-07-06 09:58:01 +03:00
parent 9da065acbe
commit bdddadc4d6
9 changed files with 245 additions and 166 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
# Copy to infra/docker/.env.prod on TrueNAS or build PC (do not commit).
# Used by compose.prod.yaml and npm run db:migrate:prod / db:restore:prod.
# Production only — copy to infra/docker/.env.prod (do not commit).
# Used for scheduled releases: db:restore:prod, docker:publish, TrueNAS gallery-web.
# Day-to-day development uses root .env → gallery_dev.
DB_HOST=192.168.10.122
DB_PORT=5432