snapshot: preserve workdock repo rename phase

This commit is contained in:
Md Bayazid Bostame
2026-03-27 00:33:28 +01:00
parent 8553482ddd
commit bbc9b7b646
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
<div class="box">
<p>This handbook is for developers and maintainers. It documents the actual engineering workflow of the standalone product repository.</p>
<ul>
<li>Repository: <code>tubco-onboarding-offboarding-portal</code></li>
<li>Repository: <code>workdock-platform</code> (current local path; legacy compose project name may still be retained for runtime continuity)</li>
<li>Main stack: Django + Celery + PostgreSQL + Redis + MailHog</li>
<li>Runtime mode: Docker Compose for local development and staging-style operation</li>
</ul>
@@ -64,7 +64,7 @@
<h2 id="local">3) Local Development Workflow</h2>
<h3>Start</h3>
<pre><code>cd /Users/bostame/Documents/tubco-onboarding-offboarding-portal
<pre><code>cd /path/to/workdock-platform
docker compose up -d --build</code></pre>
<h3>Main URLs</h3>
<ul>