File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -432,17 +432,19 @@ <h2 id="2-configure-environment-variables">2. Configure Environment Variables</h
432432 environment or application (you may bring up multiple for development).</ li >
433433</ ul >
434434< blockquote >
435- < p > ⚠️ Important: This file is for local development only. Never store real
435+ < p > ⚠️ Important: The .env file is for local development only. Never store real
436436secrets in version control or production. Use CI/CD environment variables or
437437a secrets manager instead.</ p >
438438</ blockquote >
439+ < p > To start multiple applications, be sure to configure different Caddy ports for
440+ each.</ p >
439441< h2 id ="3-start-the-stack "> 3. Start the Stack</ h2 >
440442< div class ="highlight "> < pre > < span > </ span > < code > docker< span class ="w "> </ span > compose< span class ="w "> </ span > up< span class ="w "> </ span > -d
441443</ code > </ pre > </ div >
442444< p > That's it – your backend is live.</ p >
443445< p > You can now open
444446< a href ="http://localhost:8000/openapi/ "> http://localhost:8000/openapi/</ a > to explore
445- your API.</ p >
447+ your API (assuming 8000 is your Caddy port) .</ p >
446448< hr />
447449< h2 id ="what-just-happened "> 🧩 What Just Happened?</ h2 >
448450< p > SuperStack automatically:</ p >
You can’t perform that action at this time.
0 commit comments