From ffd29c4f0b99aaa75dd7ee2fec79c36dc09faad5 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 12 May 2026 13:03:31 +0300 Subject: [PATCH] DOCS - PLATFORM: link Tasker staging guard --- docs/STAGING_SECURITY_PLAN.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/STAGING_SECURITY_PLAN.md b/docs/STAGING_SECURITY_PLAN.md index 287634e..465ee4d 100644 --- a/docs/STAGING_SECURITY_PLAN.md +++ b/docs/STAGING_SECURITY_PLAN.md @@ -39,6 +39,7 @@ Staging baseline добавлен как пример: platform/infra/docker-compose.staging.example.yml platform/infra/reverse-proxy/Caddyfile.staging platform/infra/.env.staging.example +NODEDC_TASKMANAGER/plane-app/plane.env.staging.example ``` Запускать его нужно только после копирования `.env.staging.example` в ignored `.env.staging` и замены всех placeholder secrets: @@ -50,6 +51,14 @@ docker compose --env-file .env.staging -f docker-compose.staging.example.yml con docker compose --env-file .env.staging -f docker-compose.staging.example.yml up -d ``` +Для Tasker staging env: + +```bash +cd /Users/dcconstructions/Downloads/mnt/data/dc_taskmanager/NODEDC_TASKMANAGER +./scripts/check-tasker-staging-env.sh plane-app/plane.env.staging +docker compose --env-file plane-app/plane.env.staging -f plane-app/docker-compose.yaml config +``` + Можно проверить example compose без реальных secret так: ```bash