diff --git a/AI/docker-compose.yml b/AI/docker-compose.yml index 1da74a0..561b79a 100644 --- a/AI/docker-compose.yml +++ b/AI/docker-compose.yml @@ -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