~~PAGEIMAGE:~~
{{htmlmetatags>metatag-robots=(noindex,nofollow)}}
====== Setup DeepSeek & Ragflow ======
{{template>meta:template:pageinfo#tpl|desc=Record the steps to setup DeepSeek and Ragflow.}}
docker pull docker.1ms.run/mysql:8.0.39
docker pull docker.1ms.run/valkey/valkey:8
docker pull docker.1ms.run/elasticsearch:8.11.3
docker pull docker.1ms.run/minio/minio:RELEASE.2023-12-20T01-00-02Z
docker tag docker.1ms.run/mysql:8.0.39 mysql:8.0.39
docker tag docker.1ms.run/valkey/valkey:8 valkey/valkey:8
docker tag docker.1ms.run/elasticsearch:8.11.3 elasticsearch:8.11.3
docker tag docker.1ms.run/minio/minio:RELEASE.2023-12-20T01-00-02Z minio/minio:RELEASE.2023-12-20T01-00-02Z
docker compose -f docker-compose.yml up -d
sudo systemctl edit ollama.service
### Editing /etc/systemd/system/ollama.service.d/override.conf
### Anything between here and the comment below will become the new contents of the file
[Service]
Environment="OLLAMA_HOST=0.0.0.0:11434"
### Lines below this comment will be discarded
sudo systemctl restart ollama.service
* change ''REDIS_PORT'' in .env to ''12345''.
{{template>meta:template:refnote#note}}
{{template>meta:template:refnote#ref}}
===== Further Reading =====