adding mindsdb

This commit is contained in:
Ubuntu 2024-04-18 05:36:24 +00:00
parent b687e70781
commit d4f9f1aba7

View file

@ -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