adding mindsdb
This commit is contained in:
parent
b687e70781
commit
d4f9f1aba7
1 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,16 @@ services:
|
|||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
|
||||
mindsdb:
|
||||
image: mindsdb/mindsdb@sha256:23b125a5caad536e8af3c9eaed5028609ab8dab55e7d27bdcd91532fb1c4e177
|
||||
container_name: mindsdb
|
||||
ports:
|
||||
- 47334:47334
|
||||
- 47335:47335
|
||||
volumes:
|
||||
- /home/mafyuh/mindsdb:/root/mindsdb
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
ollama:
|
||||
external: true
|
||||
|
|
Reference in a new issue