DOCS - PLATFORM: link Tasker staging guard

This commit is contained in:
Codex 2026-05-12 13:03:31 +03:00
parent 0e462012da
commit ffd29c4f0b
1 changed files with 9 additions and 0 deletions

View File

@ -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