docs: Server-Operations — универсальное развёртывание без привязки к домену

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 13:34:25 +03:00
parent d31a63829c
commit 561fbd22e0
11 changed files with 336 additions and 402 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ Wants=network-online.target
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/opt/shop/shop10
EnvironmentFile=/opt/shop/shop10/.env
ExecStartPre=+/opt/shop/shop10/scripts/wait-postgres.sh
WorkingDirectory=/opt/shop
EnvironmentFile=/opt/shop/.env
ExecStartPre=+/opt/shop/scripts/wait-postgres.sh
ExecStart=/usr/bin/node src/server.js
Restart=on-failure
RestartSec=5