File size: 227 Bytes
8e28da3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
services:
  cobalt:
    container_name: cobalt-hybrid-search
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "7860:7860"
    volumes:
      - type: bind
        source: ./model
        target: /model