Skip to content

Commit 3cb0941

Browse files
Update index.md
1 parent 16b9c4d commit 3cb0941

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

docs/index.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -116,35 +116,8 @@ and therefore next to the agent control, one of the two core elements of the dig
116116
The state model can be filled with two sample use cases that can be found in the `projects` folder:
117117
The models are provided in the `{project_name}/model/twin/` folder, modeled in Excel files.
118118

119-
### Quick Start with Docker-Compose
120-
---
121-
122-
**1. Build & Run Services**
123-
124-
```bash
125-
docker-compose up --build
126-
```
127-
128-
**2. Access Services**
129-
130-
* **Jupyter:** [http://localhost:8888](http://localhost:8888)
131-
* **Voila:** [http://localhost:8866](http://localhost:8866)
132-
* **PyJabber (XMPP):** Port `5222`
133-
134-
**3. Change Voila Notebook**
135-
Edit the file path in `docker-compose.yml`:
136-
137-
```yaml
138-
command: >
139-
sh -c "voila path/to/your_notebook.ipynb ..."
140-
```
141-
142-
**4. Stop Services**
143-
144-
```bash
145-
docker-compose down
146-
```
147-
---
119+
```markdown
120+
Coming soon..
148121

149122
#### Tutorial
150123

0 commit comments

Comments
 (0)