ваше сообщение коммита

This commit is contained in:
2025-11-18 22:48:13 +03:00
parent 794cf1dcee
commit 970b53e5ba
15 changed files with 1297 additions and 337 deletions

View File

@@ -135,6 +135,7 @@ services:
- ./frontend/dist:/app/frontend_dist:ro
- ./ssl:/app/ssl
- ./shared:/app/shared:ro
- ~/.ssh:/root/.ssh:ro # SSH ключи для подключения к VDS
environment:
- NODE_ENV=${NODE_ENV:-production}
- PORT=${PORT:-8000}