Add dev/prod environments with TrueNAS Docker production deploy.
Split PostgreSQL into gallery_dev and gallery_prod, add Docker/Gitea deploy tooling, SMB image sync, pgAdmin split script, dev:web on Keenetic :5173, and operator docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
02d238b043
commit
2edf577faf
@@ -1,5 +1,8 @@
|
||||
# LEGACY — optional nginx on dev PC. Production uses TrueNAS Docker on :5173
|
||||
# (see Documentation/environments.md and infra/docker/DEPLOY-truenas.md).
|
||||
#
|
||||
# Reverse proxy for gallery.mysuperlab.netcraze.pro → Vite dev client on :5173.
|
||||
# Vite proxies /api and /images to the Node API on :3520 (see client/vite.config.ts).
|
||||
# Vite proxies /api and /images to the Node API on :3451 (dev:web) or :3520 (legacy local dev).
|
||||
#
|
||||
# Dev stack: npm run dev:server && npm run dev:client
|
||||
# Production (built SPA on Node only): point location / at http://127.0.0.1:3520 instead.
|
||||
|
||||
Reference in New Issue
Block a user