Skip to content

Commit 5abbe44

Browse files
author
Riskey
committed
improve formatting and capitalization
1 parent d2dfd69 commit 5abbe44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

en/self-host/advanced-deployments/local-source-code.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ A series of middlewares for storage (e.g. PostgreSQL / Redis / Weaviate (if not
3030

3131
```Bash
3232
cd docker
33+
3334
cp middleware.env.example middleware.env
35+
3436
# change the profile to mysql if you are not using postgres
3537
# change the profile to other vector database if you are not using weaviate
3638
docker compose -f docker-compose.middleware.yaml --profile postgresql --profile weaviate -p dify up -d
@@ -191,7 +193,7 @@ To consume asynchronous tasks from the queue, such as dataset file import and da
191193
2025-04-28 17:07:15,742 INFO [pidbox.py:111] pidbox: Connected to redis://:**@localhost:6379/1.
192194
```
193195

194-
### Start the Beat service
196+
### Start the Beat Service
195197

196198
Additionally, if you want to debug the celery scheduled tasks or run the Schedule Trigger node, you can run the following command in another terminal to start the beat service:
197199

0 commit comments

Comments
 (0)