Добавить установщик, проверку версий и инструкцию деплоя на сервер.

Интерактивная настройка домена и БД, эндпоинты /health и /version,
скрипты install/check для Linux и Windows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-16 17:17:19 +03:00
parent 448cf2a465
commit a3d3721724
17 changed files with 784 additions and 23 deletions
+4
View File
@@ -0,0 +1,4 @@
# Проверка версий: Go, Docker, PostgreSQL
$ErrorActionPreference = "Stop"
Set-Location $PSScriptRoot
go run ./cmd/check