Реализованы сервисы ВМ2 - проверка сообщений и синхронизация с Б24 (деплой еще без перевода в боевой режим)

This commit is contained in:
mi
2026-08-13 18:52:42 +03:00
parent 5100ba9fc3
commit 99605b1c77
144 changed files with 15295 additions and 1120 deletions
@@ -0,0 +1,10 @@
#!/bin/sh
set -eu
DEPLOY_DIR=/opt/han-chat/services
CONFIG_FILE=/opt/han-chat/services/.env
LAUNCHER=/usr/local/lib/han-secrets-vm2/han-secrets
cd "$DEPLOY_DIR"
exec /usr/bin/python3 "$LAUNCHER" run --config "$CONFIG_FILE" -- \
/usr/bin/docker compose --env-file "$CONFIG_FILE" "$@"