File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ License: [MIT](./LICENSE)
3535## Table of Contents 📚
3636
3737- [ Features ✨] ( #features-✨ )
38- - [ Running via Docker 🐳] ( #running-via-docker-🐳 )
39- - [ Running Locally 🏃♂️] ( #running-locally-🏃♂️ )
38+ - [ Deployment 🚀] ( #deployment-🚀 )
4039- [ Client SDK 🚀] ( #client-sdk-🚀 )
4140- [ Author 👨💻] ( #author-👨💻 )
4241- [ Contributing 🤝] ( #contributing-🤝 )
@@ -58,7 +57,9 @@ License: [MIT](./LICENSE)
5857
5958<hr >
6059
61- ## Running via Docker 🐳
60+ ## Deployment 🚀
61+
62+ ### Running via Docker 🐳
6263
6364``` bash
6465docker compose up --build
@@ -75,26 +76,24 @@ services:
7576 - " ${PORT:-3000}:3000"
7677 environment :
7778 - PORT=3000
78- restart : always
79+ restart : unless-stopped
7980` ` `
8081
81- <hr>
82-
83- ## Running Locally 🏃♂️
82+ ### Running Locally 🏃♂️
8483
85- ### Installation 🛠️
84+ #### Installation 🛠️
8685
8786` ` ` bash
8887npm install
8988```
9089
91- ### Running the Hub
90+ #### Running the Hub
9291
9392``` bash
9493node src/hub.js
9594```
9695
97- ### Configuration Example
96+ #### Configuration Example
9897
9998To change the port, you can set the ` PORT ` environment variable:
10099
You can’t perform that action at this time.
0 commit comments